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 e43fb39 commit fbd0e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
build-args: BUILD_VERSION=${{ matrix.build_version }}
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ matrix.build_version }},${{ needs.upgrade-version.outputs.v-version }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }},${{ env.REGISTRY_IMAGE }}:${{ needs.upgrade-version.outputs.v-version }}
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 fbd0e3c

Please sign in to comment.