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
|
||||
matrix:
|
||||
include:
|
||||
- dockerfile: ./backend/Dockerfile
|
||||
- workingdir: ./backend
|
||||
dockerfile: ./Dockerfile
|
||||
image: git.anatid.net/tabris/anatid-blog-backend
|
||||
- dockerfile: ./frontend/Dockerfile
|
||||
- workingdir: ./frontend
|
||||
dockerfile: ./Dockerfile
|
||||
image: git.anatid.net/tabris/anatid-blog-frontend
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: CD to app folder
|
||||
run: cd ${{ matrix.workingdir }}
|
||||
- name: Loging to docker hub registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user