Skip to content

Commit

Permalink
fix contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Nov 7, 2022
1 parent 52ccda5 commit 84b95a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-dev:latest
target: dev
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-builder:latest
target: builder
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-prod:latest
target: prod
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
# do not push for the moment, to avoid load
# push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-dev:${{ github.head_ref }}-${{ github.sha }}
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
# do not push for the moment, to avoid load
# push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-builder:${{ github.head_ref }}-${{ github.sha }}
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
# do not push for the moment, to avoid load
# push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-prod:${{ github.head_ref }}-${{ github.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-dev:${{ github.ref_name }}
target: dev
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-builder:${{ github.ref_name }}
target: builder
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Build and push mgdm2oereb-service
uses: docker/build-push-action@v3
with:
context: ./mgdm2oereb_frontend
context: ./
push: true
tags: ghcr.io/${{ github.repository }}-qwc2-minimal-prod:${{ github.ref_name }}
target: prod

0 comments on commit 84b95a9

Please sign in to comment.