chore(cicd): adds list repository files step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3s

This commit is contained in:
Jake 2024-12-19 17:17:10 -03:00
parent daf8e99c86
commit 51798e5e37

View File

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: List repository files
run: ls ${{ gitea.workspace }}
- name: Build the Docker Image
run: |
docker build -t sprout-db-migrations:latest -f ${{ gitea.workspace }}/Dockerfile ${{ gitea.workspace }}