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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ghcr.io/marconlp/snapify:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue