Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 4 to 5 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: cosmos/Dockerfile
context: cosmos
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: evmos/Dockerfile
context: evmos
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: gaia/Dockerfile
context: gaia
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: osmosis/Dockerfile
context: osmosis
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: osmosis/Dockerfile
context: gno
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: juno/Dockerfile
context: juno
Expand Down