Skip to content

Commit

Permalink
fix failing docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed May 2, 2024
1 parent abf969f commit 42be311
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: ./mock-alto-bundler/Dockerfile
- context: ./mock-alto-bundler
dockerfile: ./mock-alto-bundler/Dockerfile
image: ghcr.io/pimlicolabs/mock-alto-bundler
- dockerfile: ./mock-verifying-paymaster/Dockerfile
- context: ./mock-verifying-paymaster
dockerfile: ./mock-verifying-paymaster/Dockerfile
image: ghcr.io/pimlicolabs/mock-verifying-paymaster
permissions:
contents: read
Expand All @@ -41,7 +43,7 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v5
with:
context: .
context: ${{ matrix.context }}
file: ${{ matrix.dockerfile }}
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 42be311

Please sign in to comment.