diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c45539f..6214117 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 }} \ No newline at end of file