Skip to content

Commit

Permalink
Merge pull request #25 from camptocamp/163
Browse files Browse the repository at this point in the history
fix:  set id on release trigger
  • Loading branch information
vrenaville authored Jul 3, 2024
2 parents df9739b + b6ce1e9 commit 05e6915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "googleapis/release-please-action@v4"
id: "release"
with:
release-type: "simple"
build-images:
Expand All @@ -32,4 +33,4 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.release-please.outputs.tag_name }}
tags: ghcr.io/${{ github.repository }}:${{ steps.release.outputs.tag_name }}

0 comments on commit 05e6915

Please sign in to comment.