Skip to content

Commit

Permalink
Merge pull request #996 from Aiven-Open/eliax1996/fix-docker-image-co…
Browse files Browse the repository at this point in the history
…nstruction

fix: change the label for the workflow
  • Loading branch information
jjaakola-aiven authored Nov 28, 2024
2 parents f43ff21 + 71d486c commit 65fc17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
echo is_release=${{ contains(github.ref, 'refs/tags/') }} | tee -a $GITHUB_OUTPUT
echo is_dev=${{ ! contains(github.ref, 'refs/tags/') }} | tee -a $GITHUB_OUTPUT
echo version=$(git describe --always --tags) | tee -a $GITHUB_OUTPUT
echo version=$(git describe --tags | cut -d '-' -f -2 | sed 's/-/.dev/g')
# QEMU is used to set up VMs for building non-x86_64 images.
- name: Set up QEMU
Expand Down

0 comments on commit 65fc17e

Please sign in to comment.