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