Update .github/workflows/dockerx.yml
Node.js CI Test / build (12.x) (push) Failing after 5s
Node.js CI Test / build (14.x) (push) Failing after 5s
Node.js CI Test / build (16.x) (push) Failing after 5s

This commit is contained in:
2026-05-20 05:06:38 +00:00
parent e4743577fb
commit 789e48e01e
+5 -5
View File
@@ -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 }}
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 }}