Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user