diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2a19c45..e39ff03 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,6 +6,10 @@ on: - main - high-performance +env: + DOCKER_HOST: tcp://docker-dind.gitea.svc.cluster.local:2375 + DOCKER_TLS_CERTDIR: "" + jobs: build: runs-on: ubuntu-latest @@ -27,5 +31,5 @@ jobs: docker buildx build --push \ -f Dockerfile \ -t "${{ secrets.REGISTRY_HOSTPORT }}/nxtgauge-admin-solid:${{ gitea.sha }}" \ - -t "${{ secrets.REGISTRY_HOSTPORT }}/nxtgauge-admin-solid:${{ gitea.ref }}-latest" \ + -t "${{ secrets.REGISTRY_HOSTPORT }}/nxtgauge-admin-solid:high-performance-latest" \ .