Compare commits
1 Commits
daf830f6d1
...
89a623064f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89a623064f |
@@ -51,8 +51,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.GITEA_DOMAIN }}
|
registry: ${{ env.GITEA_DOMAIN }}
|
||||||
username: ${{ env.REGISTRY_USERNAME }}
|
username: ${{ env.GITEA_REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user