fix: ugh [docker build]

pull/243/head
Josh Moore 12 months ago
parent 2115a4f009
commit 92e3efb2a3

@ -38,7 +38,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::7 }" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU

Loading…
Cancel
Save