Skip to content

Commit

Permalink
create static image for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Mar 5, 2024
1 parent 1139471 commit 9e92b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
context: .
file: ./Dockerfile.static
push: ${{ github.event_name == 'release' }}
push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 9e92b24

Please sign in to comment.