We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e848557 commit f7ee4dcCopy full SHA for f7ee4dc
.github/workflows/docker-op-stack.yml
@@ -45,10 +45,10 @@ jobs:
45
- name: Build Docker images
46
run: |
47
docker buildx bake \
48
- --progress plain \
49
- --load \
50
- -f docker-bake.hcl \
51
- op-node op-batcher op-proposer op-challenger
+ --progress plain \
+ --load \
+ -f docker-bake.hcl \
+ op-node op-batcher
52
env:
53
REGISTRY: ghcr.io
54
REPOSITORY: polymerdao/optimism
0 commit comments