Skip to content

Commit

Permalink
chore: renamed image tag (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
theexiile1305 authored Oct 19, 2023
1 parent 1ea589e commit bf37386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
context: .
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.sha }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit bf37386

Please sign in to comment.