Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m0s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m0s
This commit is contained in:
parent
45c8cf67aa
commit
8465b77843
1 changed files with 6 additions and 6 deletions
|
@ -18,17 +18,17 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
with:
|
||||
registry: git.vault48.org
|
||||
username: ${{ username }}
|
||||
password: ${{ password }}
|
||||
|
||||
# - name: Extract metadata (tags, labels) for Docker
|
||||
# id: meta
|
||||
# uses: docker/metadata-action
|
||||
# with:
|
||||
# images: ${{ env.GITHUB_REPOSITORY }}
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||
with:
|
||||
images: ${{ env.GITHUB_REPOSITORY }}
|
||||
# - name: Build and push Docker image
|
||||
# id: push
|
||||
# uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue