Skip to content

Commit 4ade02b

Browse files
dependabot[bot]SuperFola
authored andcommitted
chore(deps): bump docker/build-push-action from 6.16.0 to 6.17.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@14487ce...1dc7386) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34416d8 commit 4ade02b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
3333

3434
- name: Build and push stable Docker image
35-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
35+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
3636
with:
3737
file: Dockerfile
3838
tags: arkscript/stable:latest,arkscript/stable:${{ env.sha_short }}
@@ -42,15 +42,15 @@ jobs:
4242
context: .
4343

4444
- name: Build and push nightly Docker image
45-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
45+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
4646
with:
4747
file: Dockerfile
4848
tags: arkscript/nightly:latest,arkscript/nightly:${{ env.sha_short }}
4949
# keep .git repository
5050
context: .
5151

5252
- name: Build and push harden Docker image
53-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
53+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
5454
with:
5555
file: harden.dockerfile
5656
tags: arkscript/harden:latest

0 commit comments

Comments
 (0)