Skip to content

Commit

Permalink
build(action): update
Browse files Browse the repository at this point in the history
  • Loading branch information
JokerDevops committed Aug 19, 2024
1 parent 6fe392b commit 5974bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
installer-parallel: true

- name: Set Project version
run: poetry version -- ${{ env.IMAGE_NAME }}-${{ github.sha }}
run: poetry version -- ${{ github.ref_name }}.$GITHUB_RUN_NUMBER

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

0 comments on commit 5974bfb

Please sign in to comment.