Skip to content

Commit

Permalink
build: fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Jun 29, 2023
1 parent ca55ccb commit b19689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/beltram/stubr:${{ steps.vars.outputs.tag }} , ghcr.io/beltram/stubr:latest
tags: ghcr.io/beltram/stubr:${{github.ref_name}}, ghcr.io/beltram/stubr:latest

0 comments on commit b19689d

Please sign in to comment.