Skip to content

Commit

Permalink
fix: reference sha using github context property
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Feb 15, 2024

Verified

This commit was signed with the committer’s verified signature.
pmalouin Patrick Malouin
1 parent d4ca3ab commit 6f39226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-project.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: sixfeetup/scaf:${{ GITHUB_SHA }}
tags: sixfeetup/scaf:${{ github.sha }}

setup:
environment: dev

0 comments on commit 6f39226

Please # to comment.