Skip to content

Commit a831206

Browse files
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.0.0...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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d3a173 commit a831206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
password: ${{ secrets.DOCKERHUB_TOKEN }}
146146
- name: Build and push
147147
id: docker_build
148-
uses: docker/build-push-action@v7.0.0
148+
uses: docker/build-push-action@v7.1.0
149149
with:
150150
push: |
151151
${{ github.actor != 'dependabot[bot]' &&

0 commit comments

Comments
 (0)