Update .gitea/workflows/build.yaml

This commit is contained in:
2024-05-11 19:24:05 +02:00
parent a4070c6d63
commit 2f790711ae

View File

@@ -2,6 +2,8 @@ name: Build morthimer/caddy-homelab image
on: [push]
env:
REPOSITORY: git.int.morthimer.fr:8443
CADDY_VERSION: 2.7.6
CADDY_DOCKER_PROXY_VERSION: 2.8.11
job:
lint:
@@ -29,4 +31,7 @@ job:
uses: docker/build-push-action@v5
with:
push: true
tags: $REPOSITORY/${{ gitea.repository }}:latest
tags: $REPOSITORY/${{ gitea.repository }}:latest
build-args: |
WEBSERVER_VERSION=$CADDY_VERSION
DOCKER_PROXY_VERSION=$CADDY_DOCKER_PROXY_VERSION