fix clippy

This commit is contained in:
Robin Appelman 2023-06-01 20:14:14 +02:00
commit 9b0e4aff85
3 changed files with 3 additions and 3 deletions

View file

@ -77,6 +77,6 @@ jobs:
authToken: '${{ secrets.ATTIC_TOKEN }}'
- run: nix build .#dockerImage
- name: Push image
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
run: |
skopeo copy --dest-creds="${{ secrets.DOCKERHUB_USERNAME }}:${{ secrets.DOCKERHUB_TOKEN }}" "docker-archive:$(nix build .#dockerImage --print-out-paths)" "docker://demostf/backup"