Skip to content

Commit 8abb0d9

Browse files
committed
ci: using release_version
1 parent e1d3f64 commit 8abb0d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-please.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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:
@@ -61,7 +61,7 @@ jobs:
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

@@ -86,7 +86,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)