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

This commit is contained in:
Jake 2024-12-20 08:34:29 -03:00
parent 326b0e9947
commit 7aba08ef32

View File

@ -28,4 +28,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: gitea.dropgaze.xyz/jake/sproute-db-migrations:latest tags: gitea.dropgaze.xyz/jake/sprout-db-migrations:latest
platforms: linux/arm64 linux/amd64