Skip to content

Commit

Permalink
fix: specify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed May 24, 2024
1 parent 741cb6f commit 6458340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/portal-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: "Buid new gnolang/gno image"
run: |
docker build -t ghcr.io/gnolang/gno .
docker build -t ghcr.io/gnolang/gno -f Dockerfile.gnoland.release .
- name: "Wait for new docker image"
run: |
Expand Down

0 comments on commit 6458340

Please sign in to comment.