Skip to content

Commit

Permalink
Fixing github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsbk committed Aug 23, 2024
1 parent 7d4b53c commit 04134e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags:
- ${{ env.REGISTRY_IMAGE }}:${{ steps.gitversion.outputs.MajorMinorPatch }}
- ${{ env.REGISTRY_IMAGE }}:${{ steps.gitversion.outputs.majorMinorPatch }}
- ${{ env.REGISTRY_IMAGE }}:${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.shortSha }}
- ${{ env.REGISTRY_IMAGE }}:${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.branchName }}-${{ steps.gitversion.outputs.shortSha }}

0 comments on commit 04134e0

Please sign in to comment.