Skip to content

Commit b65f23b

Browse files
committed
again
1 parent 50ddefd commit b65f23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Parse SHA
12-
run: echo "CONTAINER_TAG=main_${${{ github.workflow_sha }}::7}" >> $GITHUB_ENV
12+
run: echo "CONTAINER_TAG=main_$(cut -c 1-8 <<< '${{ github.workflow_sha }}')" >> $GITHUB_ENV
1313
compile:
1414
name: Compile container with Docker Buildx
1515
needs: tag

0 commit comments

Comments
 (0)