Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 6ef7d77

Browse files
Bump docker/build-push-action from 2.5.0 to 2.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ad44023...1bc1040) --- 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 ca26f30 commit 6ef7d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ secrets.DOCKERHUB_USERNAME }}
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525
- name: Build and push
26-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
26+
uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
2727
with:
2828
context: ./.github/eosjs-ci
2929
file: ./.github/eosjs-ci/Dockerfile

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ secrets.DOCKERHUB_USERNAME }}
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525
- name: Build and push
26-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
26+
uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
2727
with:
2828
context: ./.github/eosjs-ci
2929
file: ./.github/eosjs-ci/Dockerfile

0 commit comments

Comments
 (0)