Skip to content

Commit

Permalink
fix: remove the label for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliax1996 committed Nov 28, 2024
1 parent 96fc3d9 commit 8c51d6a
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 --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 8c51d6a

Please sign in to comment.