Skip to content

Commit 68e805f

Browse files
dependabot[bot]ixxeL2097
authored andcommitted
chore(actions)(deps): bump chainguard-images/actions
Bumps [chainguard-images/actions](https://github.com/chainguard-images/actions) from 1.0.6 to 1.0.7. - [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.6...v1.0.7) --- updated-dependencies: - dependency-name: chainguard-images/actions dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 631c639 commit 68e805f

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].6
43+
uses: chainguard-images/actions/[email protected].7
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].6
55+
uses: chainguard-images/actions/[email protected].7
5656
with:
5757
config: ${{ inputs.config }}
5858
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)