Skip to content

Commit

Permalink
DEBUG: push patch image
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold committed Dec 8, 2024
1 parent e7b7fa3 commit 8aa9f81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
tags: 'nightly'
load: ${{ env.LOAD }}
push: ${{ env.PUSH }}
tags: 'opds-path-error-patch'
# load: ${{ env.LOAD }}
# push: ${{ env.PUSH }}
load: false
push: true
archs: ${{ env.ARCHS }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 8aa9f81

Please sign in to comment.