fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s
This commit is contained in:
parent
d835b5b76c
commit
326b0e9947
@ -21,13 +21,11 @@ jobs:
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Build and push
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: jake/sproute-db-migrations:latest
|
||||
tags: gitea.dropgaze.xyz/jake/sproute-db-migrations:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user