Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 2 to 3 (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 9, 2022
1 parent df09d45 commit 3d92dfd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
push: true
tags: chainsafe/gossamer:latest
2 changes: 1 addition & 1 deletion .github/workflows/docker-grandpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
DOCKER_BUILDKIT: "1"
steps:
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
load: true
target: builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
DOCKER_BUILDKIT: "1"
steps:
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
load: true
target: builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
DOCKER_BUILDKIT: "1"
steps:
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
load: true
target: builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
DOCKER_BUILDKIT: "1"
steps:
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
load: true
target: builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
DOCKER_BUILDKIT: "1"
steps:
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v3
with:
load: true
target: builder
Expand Down

0 comments on commit 3d92dfd

Please sign in to comment.