Skip to content

Commit

Permalink
change git sha env to github sha
Browse files Browse the repository at this point in the history
Co-authored-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
ehearneRedHat and eguzki authored Jul 8, 2024
1 parent 4ef06f6 commit 637079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
dockerfiles: |
./Dockerfile
build-args: |
GIT_SHA=${{ env.GIT_SHA }}
GIT_SHA=${{ github.sha }}
DIRTY=${{ env.DIRTY }}
- name: Push Image
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 637079b

Please sign in to comment.