Update .gitea/workflows/container-build.yml

This commit is contained in:
2024-07-24 09:33:22 +00:00
parent 43a656d27a
commit 3f97ab4f1d

View File

@@ -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