Skip to content

Commit

Permalink
fixup configs 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 10, 2023
1 parent 6f4b200 commit 6a72c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
export CW_REVISION='${{ github.sha }}'
DOCKER_IMAGE='debian:bookworm'
export CW_CCSUFFIX='-15'
export CW_CCSUFFIX='-12'
export CW_GCCSUFFIX='-12'
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
export CW_REVISION='${{ github.sha }}'
DOCKER_IMAGE='debian:bullseye'
export CW_CCSUFFIX='-13'
export CW_CCSUFFIX='-10'
export CW_GCCSUFFIX='-10'
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand Down

0 comments on commit 6a72c31

Please sign in to comment.