From 2c5cf3dac0cb2bffccadfdf46d889f07b80ba194 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 May 2024 20:47:31 -0400 Subject: [PATCH] update all local IPs to public hostname --- .gitea/workflows/DRBv3_server_build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/DRBv3_server_build.yaml b/.gitea/workflows/DRBv3_server_build.yaml index 0d418cc..155d05f 100644 --- a/.gitea/workflows/DRBv3_server_build.yaml +++ b/.gitea/workflows/DRBv3_server_build.yaml @@ -25,9 +25,9 @@ jobs: uses: docker/setup-buildx-action@v2 with: # replace it with your local IP config-inline: | - [registry."${{ secrets.LOCAL_GITEA_IP}}:3000"] - http = true - insecure = true + [registry."git.vpn.cusano.net"] + http = false + insecure = false - name: Login to DockerHub uses: docker/login-action@v2 @@ -52,5 +52,5 @@ jobs: linux/arm64 push: true tags: | # replace it with your local IP and tags - ${{ secrets.LOCAL_GITEA_IP}}:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} - ${{ secrets.LOCAL_GITEA_IP}}:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file + git.vpn.cusano.net/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} + git.vpn.cusano.net/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file