Skip to content

Commit fc95aba

Browse files
build(deps): bump docker/build-push-action
Bumps the github-actions-dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 7 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 921e076 commit fc95aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{secrets.DOCKER_HUB_USERNAME}}
3131
password: ${{secrets.DOCKER_HUB_PASSWORD}}
3232
- name: Build and Push to DockerHub
33-
uses: docker/build-push-action@v7
33+
uses: docker/build-push-action@v7.1.0
3434
with:
3535
context: .
3636
push: true

0 commit comments

Comments
 (0)