Fix context paths in Docker build configuration
Build - Docker Image - PROD / publish (push) Failing after 10m42s
Build - Docker Image - PROD / publish (push) Failing after 10m42s
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./apache/
|
||||
context: apache
|
||||
push: true
|
||||
tags: git.steelants.cz/steelants/docker_php_base:latest
|
||||
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./fmp-alpine/
|
||||
context: fmp-alpine
|
||||
push: true
|
||||
tags: git.steelants.cz/steelants/docker_php_base:fpm-alpine-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user