Checking folder
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 20s

This commit is contained in:
Phill Pover 2025-03-27 10:53:55 +00:00
parent 11c22b8d5a
commit 6421a4b1bd

View File

@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: CD to app folder
run: cd ${{ matrix.workingdir }}
run: cd ${{ matrix.workingdir }} && ls -al
- name: Loging to docker hub registry
uses: docker/login-action@v3
with: