diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index b9cbc069..b4410035 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -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 \ No newline at end of file