more prayers

This commit is contained in:
Dries Peeters
2025-08-26 11:57:57 +02:00
parent 4e8ccaca4a
commit a58c27afc9

View File

@@ -55,10 +55,18 @@ jobs:
type=sha,prefix={{branch}}-
type=raw,value=latest,enable={{is_default_branch}}
- name: Debug - List files
run: |
pwd
ls -la
echo "--- Dockerfile content ---"
cat Dockerfile | head -10
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
@@ -103,6 +111,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}