Skip to content

Commit

Permalink
*sighhhhh*
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Oct 14, 2023
1 parent 25f29b4 commit 455a439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
repo-token: ${{ secrets.GH_TOKEN }}
allowed-conclusions: success
- name: Set short commit hash as environment variable
run: echo "SHORT_COMMIT_HASH=${ ${{ github.sha }}::7 }" >> $GITHUB_ENV
run: echo "SHORT_COMMIT_HASH=${ ${{ github.sha }}:0:7 }" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
Expand Down

0 comments on commit 455a439

Please sign in to comment.