Skip to content

Commit 02a9abd

Browse files
Bump docker/build-push-action from 5.4.0 to 6.5.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca052bb...5176d81) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72e0ccb commit 02a9abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
password: ${{ secrets.DOCKER_PASSWORD }}
7777

7878
- name: Build Image locally
79-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
79+
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
8080
with:
8181
load: true
8282
build-args: |
@@ -105,7 +105,7 @@ jobs:
105105
fi
106106
107107
- name: Build and Push to quay.io
108-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
108+
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
109109
with:
110110
push: ${{ github.actor != 'dependabot[bot]' }}
111111
build-args: |

0 commit comments

Comments
 (0)