Skip to content

Commit

Permalink
Update check-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture authored Aug 20, 2024
1 parent c695e1c commit f79aa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check change
run: |
skopeo inspect "docker://registry.access.redhat.com/ubi9/ubi:latest" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
docker run --rm --entrypoint sh -u 0 quay.io/urbanos/ubi-trino:latest --platform linux/amd64 -c \
docker run --rm --entrypoint sh -u 0 quay.io/urbanos/ubi-trino:latest -c \
'yum upgrade -y --security > /dev/null; rpm -qa | sort | sha256sum' \
>> .baseimagedigest
- name: Do change if the digest changed
Expand Down

0 comments on commit f79aa96

Please sign in to comment.