Skip to content

Commit d89efb8

Browse files
Bump docker/build-push-action from 5 to 6 in the dependencies group
Bumps the dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8b1de4 commit d89efb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
- name: Build Docker Image and push
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
file: docker/Dockerfile.development
5050
push: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)