Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
This commit is contained in:
parent
8465b77843
commit
420d612d51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue