Skip to content

Commit 20db5c4

Browse files
chore(deps): bump docker/build-push-action from 6 to 7
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>
1 parent 2c15a5c commit 20db5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and push authz image
33-
uses: docker/build-push-action@v6
33+
uses: docker/build-push-action@v7
3434
with:
3535
context: .
3636
file: services/authz/Dockerfile
@@ -39,7 +39,7 @@ jobs:
3939
ghcr.io/${{ github.repository }}/authz:sha-${{ github.sha }}
4040
4141
- name: Build and push inventory image
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: .
4545
file: services/inventory/Dockerfile
@@ -48,7 +48,7 @@ jobs:
4848
ghcr.io/${{ github.repository }}/inventory:sha-${{ github.sha }}
4949
5050
- name: Build and push app image
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: .
5454
file: app/Dockerfile

0 commit comments

Comments
 (0)