File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 outputs :
1717 releases_created : ${{ steps.release.outputs.releases_created }}
1818 paths_released : ${{ steps.release.outputs.paths_released }}
19- tag_name : ${{ steps.version.outputs.version }}
19+ release_version : ${{ steps.version.outputs.version }}
2020 steps :
2121 - uses : googleapis/release-please-action@v4
2222 id : release
5252 with :
5353 images : ghcr.io/${{ github.repository }}
5454 tags : |
55- type=raw,pattern={{version}},value=${{ needs.release-please.outputs.tag_name }}
55+ type=raw,pattern={{version}},value=${{ needs.release-please.outputs.release_version }}
5656 - name : Build and push Docker image tag
5757 uses : docker/build-push-action@v6
5858 with :
6161 file : Dockerfile
6262 push : true
6363 build-args : |
64- BUILD_VERSION="${{ needs.release-please.outputs.tag_name }}"
64+ BUILD_VERSION="${{ needs.release-please.outputs.release_version }}"
6565 tags : ${{ steps.meta.outputs.tags }}
6666 labels : ${{ steps.meta.outputs.labels }}
6767
8686 name : data-sync-operator-chart
8787 repository : ${{ github.repository }}
8888 path : chart
89- tag : ${{ needs.release-please.outputs.tag_name }}
89+ tag : ${{ needs.release-please.outputs.release_version }}
9090 registry : ghcr.io
9191 registry_username : ${{ github.actor }}
9292 registry_password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments