fix: i cri [docker build]

pull/243/head
Josh Moore 9 months ago
parent c8892bfb4c
commit 25f29b497d

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

Loading…
Cancel
Save