Skip to content

Commit e61851a

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 49a85f9 commit e61851a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ 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
3737
push: true
3838
tags: ghcr.io/${{ github.repository }}/authz:latest
3939

4040
- name: Build and push inventory image
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@v7
4242
with:
4343
context: .
4444
file: services/inventory/Dockerfile
4545
push: true
4646
tags: ghcr.io/${{ github.repository }}/inventory:latest
4747

4848
- name: Build and push app image
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v7
5050
with:
5151
context: .
5252
file: app/Dockerfile

0 commit comments

Comments
 (0)