diff --git a/.github/workflows/dockerx.yml b/.github/workflows/dockerx.yml index b884217..82afe07 100644 --- a/.github/workflows/dockerx.yml +++ b/.github/workflows/dockerx.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -23,8 +23,8 @@ jobs: uses: docker/login-action@v3 with: registry: 52.156.106.39.nip.io - username: ${{ secrets.GITEA_USERNAME }} - password: ${{ secrets.GITEA_TOKEN }} + username: ${{ secrets.GIT_USERNAME }} + password: ${{ secrets.GIT_TOKEN }} - name: Build and Push Docker Image uses: docker/build-push-action@v5 @@ -32,5 +32,5 @@ jobs: context: . push: true tags: | - 52.156.106.39.nip.io/${{ secrets.GITEA_USERNAME }}/todo-nodejs-vx:latest - 52.156.106.39.nip.io/${{ secrets.GITEA_USERNAME }}/todo-nodejs-vx:${{ github.run_number }} \ No newline at end of file + 52.156.106.39.nip.io/${{ secrets.GIT_USERNAME }}/todo-nodejs-vx:latest + 52.156.106.39.nip.io/${{ secrets.GIT_USERNAME }}/todo-nodejs-vx:${{ github.run_number }} \ No newline at end of file