Skip to content

Commit

Permalink
ci: fix git commit when building images
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Nov 17, 2022
1 parent 5c183fc commit 79a388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
APP_NAME=${{ matrix.app }}
GIT_COMMIT=$GITHUB_SHA
GIT_COMMIT=${{ github.sha }}
- name: slack webhook
uses: 8398a7/action-slack@v3
with:
Expand Down

0 comments on commit 79a388c

Please sign in to comment.