Skip to content

Commit 5bbc4eb

Browse files
ci(deps):(deps): bump docker/build-push-action from 5 to 7 (#618)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Borges Ferreira <[email protected]>
1 parent fc7a5ca commit 5bbc4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ steps.auth.outputs.access_token }}
6464

6565
- name: Build and push Docker image
66-
uses: docker/build-push-action@v5
66+
uses: docker/build-push-action@v7
6767
with:
6868
context: ./backend/gateway
6969
push: true

0 commit comments

Comments
 (0)