Skip to content

Commit

Permalink
Fix docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirrobot01 committed Dec 18, 2024
1 parent 88a7196 commit 357da54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Get version
id: get_version
run: |
VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
echo "latest_tag=$(git tag | sort --version-sort | tail -n1)" >> $GITHUB_ENV
echo "latest tag: $latest_tag"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
push: true
tags: |
cy01/blackhole:latest
cy01/blackhole:${{ steps.get_version.outputs.VERSION }}
cy01/blackhole:${{ env.latest_tag }}

0 comments on commit 357da54

Please sign in to comment.