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 f9ffed6 commit bf37f5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ jobs:
file: Dockerfile
build-args: BUILD_VERSION=${{ matrix.build_version }}
platforms: linux/amd64,linux/arm64
tags:
- ${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}
- ${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}-${{ needs.upgrade-version.outputs.v-version }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }},${{ env.REGISTRY_IMAGE }}:${{ matrix.build_version }}-${{ 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 }}
push: true

0 comments on commit bf37f5f

Please sign in to comment.