Skip to content

Commit

Permalink
fix: try
Browse files Browse the repository at this point in the history
  • Loading branch information
akdev1l committed Jul 16, 2023
1 parent cb3a71d commit 8354611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ jobs:
containerfiles: |
./Containerfile
image: ${{ env.IMAGE_NAME }}
envs: |
GITHUB_REF_NAME=${{ env.GITHUB_REF_NAME }}
tags: |
${{ needs.release-please.outputs.tag }}
oci: true
extra-args: |
-v ${{ github.workspace }}:/app
--env GITHUB_REF_NAME=${{ needs.release-please.outputs.tag }}
--target rpm
- name: upload output artifacts as release artifact
Expand Down

0 comments on commit 8354611

Please sign in to comment.