mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46:43 +02:00
fix FROM
This commit is contained in:
parent
f72f7b4ad6
commit
93d1583ff6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./container/develtop/Dockerfile
|
file: ./container/develop/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-develop
|
tags: code.cozy.town/codeforleipzig/stadtratmonitor:latest-develop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue