We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ddefd commit b65f23bCopy full SHA for b65f23b
.github/workflows/docker.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Parse SHA
12
- run: echo "CONTAINER_TAG=main_${${{ github.workflow_sha }}::7}" >> $GITHUB_ENV
+ run: echo "CONTAINER_TAG=main_$(cut -c 1-8 <<< '${{ github.workflow_sha }}')" >> $GITHUB_ENV
13
compile:
14
name: Compile container with Docker Buildx
15
needs: tag
0 commit comments