diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6214117..c45539f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: with: push: true tags: | - ${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest + ${{ gitea.repository }}:latest build-args: | WEBSERVER_VERSION=${{ env.CADDY_VERSION }} DOCKER_PROXY_VERSION=${{ env.CADDY_DOCKER_PROXY_VERSION }} \ No newline at end of file