Skip to content

Commit

Permalink
Merge pull request #21 from cloudbees-io/sdp-15566-bump-action-imageref
Browse files Browse the repository at this point in the history
feat: SDP-15566: bump action image ref 0.0.8
  • Loading branch information
mgoltzsche authored Apr 4, 2024
2 parents b82d192 + 1de9dc0 commit 7707505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
steps:
- id: imgbuild
name: Build and publish Docker image
uses: docker://public.ecr.aws/l7o7z1g8/actions/kaniko-action:0.0.7
uses: docker://public.ecr.aws/l7o7z1g8/actions/kaniko-action:0.0.8
with:
entrypoint: kaniko-action
args: --dockerfile "${{ inputs.dockerfile }}" --context "${{ inputs.context }}" --destination "${{ inputs.destination }}" --registry-mirrors "${{ inputs.registry-mirrors }}" --skip-default-registry-fallback="${{ inputs.skip-default-registry-fallback }}"
Expand Down

0 comments on commit 7707505

Please sign in to comment.