Skip to content

Commit ef2ab1b

Browse files
dependabot[bot]CharlesB2
authored andcommitted
chore(actions)(deps): bump chainguard-images/actions
Bumps [chainguard-images/actions](https://github.com/chainguard-images/actions) from 1.0.2 to 1.0.5. - [Release notes](https://github.com/chainguard-images/actions/releases) - [Changelog](https://github.com/chainguard-images/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-images/actions@v1.0.2...v1.0.5) --- updated-dependencies: - dependency-name: chainguard-images/actions dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85c2318 commit ef2ab1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/apko/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- if: ${{ inputs.publish == 'false' }}
4141
name: Build OCI image
4242
id: build
43-
uses: chainguard-images/actions/[email protected].2
43+
uses: chainguard-images/actions/[email protected].5
4444
with:
4545
config: ${{ inputs.config }}
4646
tag: ${{ inputs.tag }}
@@ -52,7 +52,7 @@ runs:
5252
- if: ${{ inputs.publish == 'true' }}
5353
name: Publish image
5454
id: publish
55-
uses: chainguard-images/actions/[email protected].2
55+
uses: chainguard-images/actions/[email protected].5
5656
with:
5757
config: ${{ inputs.config }}
5858
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)