mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 18:04:09 +02:00
fix docker ci
This commit is contained in:
parent
83bc70b1ca
commit
ef7bc4116b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix.yaml
vendored
2
.github/workflows/nix.yaml
vendored
|
|
@ -69,6 +69,6 @@ jobs:
|
|||
authToken: '${{ secrets.ATTIC_TOKEN }}'
|
||||
- run: nix build .#docker
|
||||
- name: Push image
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
skopeo copy --dest-creds="${{ secrets.DOCKERHUB_USERNAME }}:${{ secrets.DOCKERHUB_TOKEN }}" "docker-archive:$(nix build .#docker --print-out-paths)" "docker://icewind1991/rss-webhook-trigger"
|
||||
Loading…
Add table
Add a link
Reference in a new issue