Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adrianriobo committed Apr 4, 2024
1 parent e628e64 commit 3de3a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build image
id: build-image
uses: redhat-actions/buildah-build@v2.12
uses: redhat-actions/buildah-build@v2.13
with:
image: deliverest
tags: ${{ env.TAG }}
Expand All @@ -37,15 +37,15 @@ jobs:
Containerfile
- name: Log in to quay.io Registry
uses: redhat-actions/podman-login@v1.6
uses: redhat-actions/podman-login@v1.7
with:
registry: quay.io
username: ${{ secrets.QUAY_IO_USERNAME }}
password: ${{ secrets.QUAY_IO_PASSWORD }}

- name: Push to quay.io
id: push-to-quay
uses: redhat-actions/push-to-registry@v2.7
uses: redhat-actions/push-to-registry@v2.8
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5

LABEL org.opencontainers.image.authors="Adrian Riobo <ariobolo@redhat.com>"

Expand Down

0 comments on commit 3de3a99

Please sign in to comment.