Skip to content

Commit

Permalink
fix: use builder container file for release
Browse files Browse the repository at this point in the history
This will allow us to push the rpm to the release created by release please
  • Loading branch information
akdev1l authored Jul 15, 2023
1 parent 8694470 commit 51b496a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
containerfiles: |
./Containerfile
./Containerfile.builder
image: ${{ env.IMAGE_NAME }}
tags: |
${{ needs.release-please.outputs.tag }}
Expand Down

0 comments on commit 51b496a

Please sign in to comment.