2 Commits

Author SHA1 Message Date
abfaf397ee update2
Some checks failed
Build and Push Docker Image on Tag / build (push) Failing after 11m8s
2026-04-21 14:33:08 +07:00
3767fc92d9 update
Some checks failed
Build and Push Docker Image on Tag / build (push) Failing after 10m0s
2026-04-21 13:54:15 +07:00
3 changed files with 8110 additions and 6 deletions

View File

@@ -29,9 +29,9 @@ jobs:
- name: Log in to Gitea Registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.GITEA_REGISTRY }}
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_PASSWORD }}
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and Push multi-platform image
uses: docker/build-push-action@v5
@@ -41,5 +41,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.GITEA_REGISTRY }}/renolation/english-toeic:${{ steps.tag.outputs.TAG }}
${{ secrets.GITEA_REGISTRY }}/renolation/english-toeic:latest
${{ secrets.REGISTRY_URL }}/renolation/english-toeic:${{ steps.tag.outputs.TAG }}
${{ secrets.REGISTRY_URL }}/renolation/english-toeic:latest

1
.gitignore vendored
View File

@@ -33,7 +33,6 @@ yarn-error.log*
.pnpm-debug.log*
# package manager
package-lock.json
yarn.lock
pnpm-lock.yaml

8105
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff