Skip to content

Commit 0313bf6

Browse files
Bump docker/build-push-action from 1.1.0 to 6.10.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1.1.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v1.1.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b27855 commit 0313bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build and push Docker images
12-
uses: docker/build-push-action@v1.1.0
12+
uses: docker/build-push-action@v6.10.0
1313
with:
1414
username: ${{ secrets.DOCKER_USERNAME }}
1515
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)