Skip to content

Commit

Permalink
where is my Dockerfile or why isnt it found? 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 20, 2024
1 parent fdd5215 commit aa212b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
include:
- image: ghcr.io/bluedynamics/mximages-plone/mx-plone-frontend
dockerfile: ./frontend/Dockerfile
- image: ghcr.io/bluedynamics/mximages-plone/mx-plone-backend
dockerfile: ./backend/Dockerfile
- image: ghcr.io/bluedynamics/mximages-plone/mx-plone-frontend
dockerfile: ./frontend/Dockerfile
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and push Backend
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:container"
context: "."
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
build-args: |
Expand Down

0 comments on commit aa212b1

Please sign in to comment.