Skip to content

Commit

Permalink
[#1044] Change base image in update workflow to ubi8-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Nov 11, 2024
1 parent 753728d commit 6cac0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: ${{ inputs.update_base_image }}
run: |
if [ "${{ inputs.base_image }}" = "latest" ]; then
BASE_IMAGE="registry.access.redhat.com/ubi8:$(basename $(skopeo inspect docker://registry.access.redhat.com/ubi8:latest | jq -r '.Labels.url'))"
BASE_IMAGE="registry.access.redhat.com/ubi8-minimal:$(basename $(skopeo inspect docker://registry.access.redhat.com/ubi8-minimal:latest | jq -r '.Labels.url'))"
else
BASE_IMAGE="${{ inputs.base_image }}"
fi
Expand Down

0 comments on commit 6cac0f1

Please sign in to comment.