Skip to content

Commit

Permalink
Fix github actions release flow
Browse files Browse the repository at this point in the history
Signed-off-by: terasihma <tomoya-terashima@cybozu.co.jp>
  • Loading branch information
terassyi committed Jan 15, 2024
1 parent 6e53760 commit b2b110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/cybozu-go/neco-bpftools:${{ steps.set-tag.output.RELEASE_TAG }}
tags: ghcr.io/cybozu-go/neco-bpftools:${{ steps.set-tag.outputs.RELEASE_TAG }}
release:
name: Release on GitHub
needs: image
Expand Down

0 comments on commit b2b110d

Please sign in to comment.