Skip to content

Commit

Permalink
Revert "use digest for SHA"
Browse files Browse the repository at this point in the history
This reverts commit 5646d91.
  • Loading branch information
fhoeben committed Nov 13, 2023
1 parent dd5fedf commit f0ecaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/other-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Test image
if: matrix.platform == 'linux/amd64'
run: |
SHA="sha:$($(cd /tmp/digests/test; ls *))"
SHA="${{ fromJSON(steps.bake.outputs.metadata)['test']['containerimage.digest'] }}"
IMAGE="hsac/fitnesse-fixtures-test-jre11@${SHA}"
docker run --rm -v "$(pwd)"/src/main/wiki:/fitnesse/wiki/FitNesseRoot -e RE_RUN_FAILED=true ${IMAGE} -DfitnesseSuiteToRun=SampleTests.SlimTests.UtilityFixtures
Expand Down

0 comments on commit f0ecaba

Please sign in to comment.