fix docker action
This commit is contained in:
parent
c76a928b0c
commit
83c5053ad6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -26,5 +26,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ghcr.io/marconlp/snapify:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue