Skip to content

Commit f2988ef

Browse files
Merge pull request #261 from haxorof/dependabot/github_actions/docker/build-push-action-6.10.0
Bump docker/build-push-action from 6.9.0 to 6.10.0
2 parents 20d234c + d3a0356 commit f2988ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: docker/[email protected]
5959

6060
- name: Build (test build linux/amd64)
61-
uses: docker/build-push-action@v6.9.0
61+
uses: docker/build-push-action@v6.10.0
6262
with:
6363
load: true
6464
labels: |
@@ -83,7 +83,7 @@ jobs:
8383
password: ${{ secrets.DOCKERHUB_TOKEN }}
8484

8585
- name: Build and Push (linux/amd64,linux/arm64)
86-
uses: docker/build-push-action@v6.9.0
86+
uses: docker/build-push-action@v6.10.0
8787
with:
8888
labels: |
8989
org.opencontainers.image.created=${{ steps.prep.outputs.created }}

0 commit comments

Comments
 (0)