Skip to content

Commit

Permalink
chore(deps): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 06852c6 commit 860b3a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion task/buildah-rhtap/0.1/buildah-rhtap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
value: $(params.BUILD_ARGS_FILE)
steps:
- name: build
image: registry.access.redhat.com/ubi9/buildah@sha256:737482884ac5048778095fd2a013135782609987dd935a9ba33580d84728827b
image: registry.access.redhat.com/ubi9/buildah@sha256:cf4d3890f55f4eef42ec2be2d8981b87d1b742ee2b98ad520ed98f0cf2b9de99
args:
- $(params.BUILD_ARGS[*])
script: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: push
image: quay.io/konflux-ci/oras:latest@sha256:3a7cbcff65ed7a79a0312a788b476d4db00813e84aedb52cca737e96089479d6
image: quay.io/konflux-ci/oras:latest@sha256:2a207d701181e19a1422d4e78bb86030d893cfb3df26792be10a7c0bd1ace64e
workingDir: /var/workdir
env:
- name: IMAGE
Expand Down
2 changes: 1 addition & 1 deletion task/push-dockerfile/0.1/push-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
description: Digest-pinned image reference to the Dockerfile image.
steps:
- name: push
image: quay.io/konflux-ci/oras:latest@sha256:3a7cbcff65ed7a79a0312a788b476d4db00813e84aedb52cca737e96089479d6
image: quay.io/konflux-ci/oras:latest@sha256:2a207d701181e19a1422d4e78bb86030d893cfb3df26792be10a7c0bd1ace64e
workingDir: $(workspaces.workspace.path)
env:
- name: IMAGE
Expand Down

0 comments on commit 860b3a8

Please sign in to comment.