Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-ge committed Jun 25, 2024
1 parent 7202b7d commit edf0b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
sha=${{ github.event.pull_request.head.sha }}
tag="SNAPSHOT-PR-${{ github.event.pull_request.number }}-${sha:0:8}"
echo "GIT_TAG=$(echo ${tag})" >> $GITHUB_OUTPUT
- name: Debug print generated tag
run: echo "Generated tag is ${{ steps.generate_tag.outputs.GIT_TAG }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
build-args: BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }}
platforms: linux/amd64,linux/arm,linux/arm64
tags: |
${{ env.GHCR_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }}
${{ env.GHCR_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
WITH_V: true
DEFAULT_BUMP: patch
DRY_RUN: true
- name: Debug print generated tag
run: echo "Generated tag is ${{ steps.generate_tag.outputs.new_tag }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit edf0b8c

Please sign in to comment.