Update .gitea/workflows/build.yaml
All checks were successful
Build morthimer/caddy-homelab image / lint (push) Successful in 8s
Build morthimer/caddy-homelab image / build (push) Successful in 13s

This commit is contained in:
2024-05-12 17:22:16 +02:00
parent ce7e3093ee
commit f8224a7170

View File

@@ -32,7 +32,7 @@ jobs:
with:
push: true
tags: |
${{ gitea.repository }}:latest
${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest
build-args: |
WEBSERVER_VERSION=${{ env.CADDY_VERSION }}
DOCKER_PROXY_VERSION=${{ env.CADDY_DOCKER_PROXY_VERSION }}