Fixing build
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 16s
Anatid Blog CI Workflow / build-and-push-images (./Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 16s
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 16s
Anatid Blog CI Workflow / build-and-push-images (./Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 16s
This commit is contained in:
parent
1acb685b75
commit
d89e91de88
@ -13,13 +13,17 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- dockerfile: ./backend/Dockerfile
|
- workingdir: ./backend
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
image: git.anatid.net/tabris/anatid-blog-backend
|
image: git.anatid.net/tabris/anatid-blog-backend
|
||||||
- dockerfile: ./frontend/Dockerfile
|
- workingdir: ./frontend
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
image: git.anatid.net/tabris/anatid-blog-frontend
|
image: git.anatid.net/tabris/anatid-blog-frontend
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: CD to app folder
|
||||||
|
run: cd ${{ matrix.workingdir }}
|
||||||
- name: Loging to docker hub registry
|
- name: Loging to docker hub registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user