Update .gitea/workflows/build.yaml
Some checks failed
Build morthimer/caddy-homelab image / lint (push) Successful in 8s
Build morthimer/caddy-homelab image / build (push) Failing after 3m7s

This commit is contained in:
2024-05-12 16:54:25 +02:00
parent fdced86e1f
commit ce7e3093ee

View File

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