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

Bump docker/build-push-action from 2.5.0 to 2.6.1 #974

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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