Update .forgejo/workflows/publish.yml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 3s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 3s
This commit is contained in:
parent
b06706bbea
commit
45c8cf67aa
1 changed files with 5 additions and 6 deletions
|
@ -24,12 +24,11 @@ jobs:
|
||||||
username: ${{ username }}
|
username: ${{ username }}
|
||||||
password: ${{ password }}
|
password: ${{ password }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
# - name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
# id: meta
|
||||||
uses: docker/metadata-action
|
# uses: docker/metadata-action
|
||||||
with:
|
# with:
|
||||||
images: ${{ env.GITHUB_REPOSITORY }}
|
# images: ${{ env.GITHUB_REPOSITORY }}
|
||||||
|
|
||||||
# - name: Build and push Docker image
|
# - name: Build and push Docker image
|
||||||
# id: push
|
# id: push
|
||||||
# uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
# uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue