Skip to content

Commit

Permalink
Fix context and file for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Aug 23, 2022
1 parent 2005f1d commit 7fe76f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
- name: Build and Publish Studio API
uses: docker/build-push-action@v2
with:
context: ./studio/platforms/quarkus/api
file: ./studio/platforms/quarkus/api/Dockerfile
context: ./api
file: ./api/Dockerfile
platforms: ${{env.PLATFORMS}}
push: true
tags: |
Expand All @@ -134,8 +134,8 @@ jobs:
- name: Build and Publish Studio WS
uses: docker/build-push-action@v2
with:
context: ./studio/platforms/quarkus/ws
file: ./studio/platforms/quarkus/ws/Dockerfile
context: ./ws
file: ./ws/Dockerfile
platforms: ${{env.PLATFORMS}}
push: true
tags: |
Expand Down

0 comments on commit 7fe76f5

Please sign in to comment.