chore(cicd): adds list repository files step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3s
This commit is contained in:
parent
daf8e99c86
commit
51798e5e37
@ -9,6 +9,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: List repository files
|
||||||
|
run: ls ${{ gitea.workspace }}
|
||||||
- name: Build the Docker Image
|
- name: Build the Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t sprout-db-migrations:latest -f ${{ gitea.workspace }}/Dockerfile ${{ gitea.workspace }}
|
docker build -t sprout-db-migrations:latest -f ${{ gitea.workspace }}/Dockerfile ${{ gitea.workspace }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user