Skip to content

Commit

Permalink
Adjusting tagging of images
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 committed Dec 3, 2023
1 parent b64fa9e commit d1a7b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit: master
allowUpdates: 'true'
tag: ${{ env.RELEASE_NAME }}
tag: ${{ env.major_version }}.${{ env.minor_version }}.${{ env.patch_version }}-${{ env.SHORT_SHA }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit d1a7b13

Please sign in to comment.