Skip to content

Commit

Permalink
add git sha to container build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Dec 18, 2023
1 parent 7cb1fb7 commit c06afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
image: php-ubi
archs: amd64, arm64
build-args: |
GIT_HASH: ${{ github.sha }}
--build-arg GIT_HASH=${{ github.sha }}
tags: ${{ inputs.envName}}-${{ github.sha }} latest
containerfiles: |
./deploy/container_images/php/Containerfile-ubi
Expand Down

0 comments on commit c06afce

Please sign in to comment.