Fix caddy build workflow

This commit is contained in:
Mawoka
2026-06-14 18:51:37 +02:00
parent 7f9e437951
commit 4fba71a805
+2 -1
View File
@@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
name: "[CI] Build" name: "[CI] Build Caddy"
on: on:
workflow_dispatch: workflow_dispatch:
@@ -62,6 +62,7 @@ jobs:
id: build-and-push id: build-and-push
uses: docker/build-push-action@v7 uses: docker/build-push-action@v7
with: with:
file: Dockerfile.caddy
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}