Merge pull request #108 from tm-const/patch-1

Update docker-publish.yml
This commit is contained in:
Shadowbroker
2026-03-25 08:54:48 -06:00
committed by GitHub
+2 -1
View File
@@ -6,7 +6,7 @@ on:
tags: ["v*.*.*"]
pull_request:
branches: ["main"]
env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
@@ -172,6 +172,7 @@ jobs:
uses: docker/build-push-action@v5.0.0
with:
context: .
file: ./backend/Dockerfile
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}