Skip to content

Commit

Permalink
Fix service tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaGombosER committed Jun 16, 2024
1 parent 040164c commit eef1f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.11'
debian-dist-type: 'application'
debian-dist-command: 'make package'
post-build-command: 'make service TAG=$GIT_TAG'
post-build-command: 'make service TAG=${GITHUB_REF#refs/tags/}'
- name: Set up QEMU for multi-architecture builds
uses: docker/setup-qemu-action@v3
- name: Setup Docker buildx for multi-architecture builds
Expand Down

0 comments on commit eef1f85

Please sign in to comment.