push: true (#6096)

This commit is contained in:
François-Xavier Talbot
2026-05-13 18:54:37 -04:00
committed by GitHub
parent e5bbd9d409
commit e9eb98f97e

View File

@@ -164,7 +164,7 @@ jobs:
with: with:
context: ./apps/labrinth/docker-stage context: ./apps/labrinth/docker-stage
file: ./apps/labrinth/Dockerfile file: ./apps/labrinth/Dockerfile
push: ${{ github.event_name != 'pull_request' }} push: true
tags: ${{ steps.docker-meta.outputs.tags }} tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }} labels: ${{ steps.docker-meta.outputs.labels }}
annotations: ${{ steps.docker-meta.outputs.annotations }} annotations: ${{ steps.docker-meta.outputs.annotations }}