diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 0f75926..58c7459 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -49,7 +49,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=semver,pattern=${{ needs.release-please.outputs.version }} + type=semver,pattern=${{ env.TAG }} type=raw,value=latest-{{date 'YYYYMMDDHHmmss'}}-{{sha}} - name: Build and push Docker image @@ -58,7 +58,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{env.TAG}}" + tags: ${{ steps.meta.outputs.tags }} platforms: | linux/amd64 linux/arm64