Skip to content

Commit a4cb9a0

Browse files
dependabot[bot]tillsteinbach
authored andcommitted
Bump docker/build-push-action from 2.6.1 to 2.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bf6f2d commit a4cb9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
password: ${{ secrets.GITHUB_TOKEN }}
9292
- name: Build and push
9393
id: docker_build
94-
uses: docker/build-push-action@v2.6.1
94+
uses: docker/build-push-action@v2.7.0
9595
with:
9696
push: ${{(github.event_name == 'push' && (contains(github.ref, '/heads/master') || contains(github.ref, '/tags/v')))}}
9797
platforms: linux/amd64,linux/arm/v7,linux/arm64

0 commit comments

Comments
 (0)