fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 42s

This commit is contained in:
Jake 2024-12-20 08:36:00 -03:00
parent 7aba08ef32
commit 6fdc2be4fc

View File

@ -29,4 +29,6 @@ jobs:
context: .
push: true
tags: gitea.dropgaze.xyz/jake/sprout-db-migrations:latest
platforms: linux/arm64 linux/amd64
platforms: |
linux/arm64
linux/amd64