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

Commit

Permalink
Merge pull request #974 from EOSIO/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-2.6.1

Bump docker/build-push-action from 2.5.0 to 2.6.1
  • Loading branch information
Brad Hart committed Jul 9, 2021
2 parents 6434716 + 6f052e9 commit dda1173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
with:
context: ./.github/eosjs-ci
file: ./.github/eosjs-ci/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
with:
context: ./.github/eosjs-ci
file: ./.github/eosjs-ci/Dockerfile
Expand Down

0 comments on commit dda1173

Please sign in to comment.