Skip to content

Commit

Permalink
gehma
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Jul 15, 2023
1 parent 7cd9e6b commit a4f4c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: hash
run: |
# this extracts the sha256 hash
echo "img_hash_${{ matrix.interpreter }}=$(docker inspect pdo_base -f '{{ .ContainerConfig.Image }}' | sed 's/.*:/ pdo_base_${{ matrix.interpreter }}/' | base64 -w0" >> "$GITHUB_OUTPUT"
echo "img_hash_${{ matrix.interpreter }}=$(docker inspect pdo_base -f '{{ .ContainerConfig.Image }}' | sed 's/.*:/ pdo_base_${{ matrix.interpreter }}/' | sed 's/$/ pdo_base_${{ matrix.interpreter }}/' | base64 -w0" >> "$GITHUB_OUTPUT"
provenance:
needs: [pdo_ci]
Expand Down

0 comments on commit a4f4c13

Please sign in to comment.