Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s

This commit is contained in:
muerwre 2024-08-16 21:54:46 +07:00
parent 8465b77843
commit 420d612d51

View file

@ -21,8 +21,8 @@ jobs:
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: git.vault48.org
username: ${{ username }}
password: ${{ password }}
username: ${{ secrets.username }}
password: ${{ secrets.password }}
- name: Extract metadata (tags, labels) for Docker
id: meta