Update .gitea/workflows/container-build.yml
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${REGISTRY}
|
||||
registry: ${{ REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
|
||||
Reference in New Issue
Block a user