Skip to content

Commit

Permalink
ci: fix release_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Aug 26, 2024
1 parent 876c94a commit a0723c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=raw,value=${{ needs.upgrade-version.outputs.v-version }}-${{ matrix.build_version }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -136,8 +138,7 @@ jobs:
file: Dockerfile
build-args: BUILD_VERSION=${{ matrix.build_version }}
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }},${{ env.REGISTRY_IMAGE }}:${{ needs.upgrade-version.outputs.v-version }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit a0723c3

Please sign in to comment.