fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s

This commit is contained in:
Jake 2024-12-19 17:23:40 -03:00
parent fc9c73a20d
commit 4efee19a9d

View File

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List repository files
run: |
ls ${{ gitea.workspace }}