Skip to content

Commit

Permalink
remove unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jan 4, 2025
1 parent 40bc5b0 commit c0ba8ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Extract image ID from sha256
id: imageid
run: |
python - <<EOF
import os
imageid = "${{ steps.build.outputs.ImageID }}"
digest = "${{ steps.build.outputs.Digest }}"
with open(os.environ['GITHUB_OUTPUT'], 'a') as file:
file.write(f"digest={digest.split(':')[1]}")
file.write(f"imageid={imageid.split(':')[1]}")
EOF
- name: Ensure logprep is available in image
run: |
docker run --rm ${{ steps.build.outputs.Digest }} --version
Expand Down

0 comments on commit c0ba8ad

Please sign in to comment.