Skip to content

Commit

Permalink
use digest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Zimmermann committed Jan 2, 2025
1 parent 4d8140a commit b56249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Ensure logprep is available in image
run: |
docker run --rm ${{ steps.imageid.outputs.imageid }} --version
docker run --rm ${{ steps.build.outputs.Digest }} --version
- name: Push image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit b56249e

Please sign in to comment.