Skip to content

Commit 62d8a0e

Browse files
build(deps): bump docker/build-push-action from 6 to 7 (#33)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd17291 commit 62d8a0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Build docker image
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: .
7676
push: false
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Push docker image
9595
if: github.event_name == 'push'
96-
uses: docker/build-push-action@v6
96+
uses: docker/build-push-action@v7
9797
with:
9898
context: .
9999
push: true
@@ -131,7 +131,7 @@ jobs:
131131
password: ${{ secrets.GITHUB_TOKEN }}
132132

133133
- name: Build docker image
134-
uses: docker/build-push-action@v6
134+
uses: docker/build-push-action@v7
135135
with:
136136
context: .
137137
push: false
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Push docker image
145145
if: github.event_name == 'push'
146-
uses: docker/build-push-action@v6
146+
uses: docker/build-push-action@v7
147147
with:
148148
context: .
149149
push: true

0 commit comments

Comments
 (0)