Skip to content

Commit

Permalink
fix: add the context output back to container GH Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Nov 29, 2024
1 parent 65fc17e commit 834e368
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 --tags | cut -d '-' -f -2 | sed 's/-/.dev/g')
echo version=$(git describe --tags | cut -d '-' -f -2 | sed 's/-/.dev/g') | tee -a $GITHUB_OUTPUT
# QEMU is used to set up VMs for building non-x86_64 images.
- name: Set up QEMU
Expand Down

0 comments on commit 834e368

Please sign in to comment.