Setting working directory
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 17s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 21s
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 17s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 21s
This commit is contained in:
parent
de02e76610
commit
9682a263fd
@ -44,8 +44,10 @@ jobs:
|
|||||||
images: ${{ matrix.image }}
|
images: ${{ matrix.image }}
|
||||||
- name: Check build
|
- name: Check build
|
||||||
run: ls -al
|
run: ls -al
|
||||||
|
working-directory: ./${{ matrix.workingdir }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
working-directory: ./${{ matrix.workingdir }}
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ matrix.dockerfile }}
|
file: ${{ matrix.dockerfile }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user