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

This commit is contained in:
muerwre 2024-08-16 21:49:19 +07:00
parent b06706bbea
commit 45c8cf67aa

View file

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