mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
fix context
This commit is contained in:
parent
6c18026f5c
commit
00a4150aa0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
|
@ -23,27 +23,27 @@ jobs:
|
|||
- name: Build and push Base image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: /container/base/
|
||||
context: ./container/base/
|
||||
push: true
|
||||
tags: codeforleipzig/stadtratmonitor-base:latest
|
||||
|
||||
- name: Build and push Deploy image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: /container/deploy/
|
||||
context: ./container/deploy/
|
||||
push: true
|
||||
tags: codeforleipzig/stadtratmonitor-deploy:latest
|
||||
|
||||
- name: Build and push Develop image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: /container/develop/
|
||||
context: ./container/develop/
|
||||
push: true
|
||||
tags: codeforleipzig/stadtratmonitor-develop:latest
|
||||
|
||||
- name: Build and push Test image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: /container/test/
|
||||
context: ./container/test/
|
||||
push: true
|
||||
tags: codeforleipzig/stadtratmonitor-test:latest
|
Loading…
Add table
Reference in a new issue