Improving reconnection logic #2

Merged
logan merged 10 commits from fix-disconnection-bug into master 2025-03-04 22:02:33 -05:00
Showing only changes of commit 71af2c83d9 - Show all commits

View File

@@ -32,8 +32,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.vpn.cusano.net # replace it with your local IP
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.GIT_REPO_USERNAME }}
password: ${{ secrets.GIT_REPO_PASSWORD }}
- name: Get Meta
id: meta
@@ -52,7 +52,7 @@ jobs:
context: .
file: ./Dockerfile
platforms: |
linux/amd64
linux/arm4
push: true
tags: | # replace it with your local IP and tags
git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}/${{ env.CONTAINER_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}