Skip to content

Commit

Permalink
fix: passthrough environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
akdev1l committed Jul 16, 2023
1 parent bb86827 commit da11a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
containerfiles: |
./Containerfile.builder
image: ${{ env.IMAGE_NAME }}
envs: |
GITHUB_REF_NAME=${{ env.GITHUB_REF_NAME }}
tags: |
${{ needs.release-please.outputs.tag }}
oci: true
Expand Down

0 comments on commit da11a2d

Please sign in to comment.