mirror of
https://codeberg.org/icewind/docker-hub-rss.git
synced 2026-06-03 18:24:06 +02:00
flake reorg
This commit is contained in:
parent
36034c6b97
commit
d45986553f
7 changed files with 86 additions and 61 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -39,4 +39,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: docker-hub-rss
|
||||
path: target/x86_64-unknown-linux-musl/release/docker-hub-rss
|
||||
path: target/x86_64-unknown-linux-musl/release/docker-hub-rss
|
||||
|
|
|
|||
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
|
|
@ -3,10 +3,10 @@ name: docker-build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'main'
|
||||
- "master"
|
||||
- "main"
|
||||
repository_dispatch:
|
||||
types: [ build ]
|
||||
types: [build]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
push: true
|
||||
tags: icewind1991/docker-hub-rss:latest
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue