Skip to content

Commit

Permalink
remove image.name
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent 74b9b45 commit 30eaae0
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 @@ -49,7 +49,7 @@ jobs:
- name: Ensure logprep is available in image
run: |
docker run --rm ghcr.io/fkie-cad/logprep:${{ steps.build-and-push.outputs.metadata."image.name" }}@${{ steps.build-and-push.outputs.digest }} --version
docker run --rm ghcr.io/fkie-cad/logprep@${{ steps.build-and-push.outputs.digest }} --version
- name: Push image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 30eaae0

Please sign in to comment.