Skip to content

Commit ab09e3f

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] <[email protected]>
1 parent 4d944ca commit ab09e3f

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
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Build Docker Image and push
4646
if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.action == 'opened' && github.event.pull_request.merged == 'true' )
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
file: docker/Dockerfile.development
5050
push: true

0 commit comments

Comments
 (0)