This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.GITEA_DOMAIN }}
|
registry: ${{ env.GITEA_DOMAIN }}
|
||||||
username: ${{ env.GITEA_REGISTRY_USER }}
|
username: ${{ env.GITEA_REGISTRY_USER }}
|
||||||
password: ${{ secrets. }}
|
password: ${{ secrets.SECRET }}
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user