add db build and push
Build and Push Containers / build-and-push (push) Failing after 26s

This commit is contained in:
2026-08-27 09:54:05 -04:00
parent fe55be0c35
commit f2a3108b9b
+10 -1
View File
@@ -31,7 +31,7 @@ jobs:
type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }}
type=ref,event=tag
- name: Build and push
- name: Build and push app image
uses: docker/build-push-action@v6
with:
context: .
@@ -39,3 +39,12 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push db image
uses: docker/build-push-action@v6
with:
context: ./db
file: Containerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}-db