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

This commit is contained in:
Phill Pover 2025-03-27 10:42:11 +00:00
parent 1acb685b75
commit d89e91de88

View File

@ -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: