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

This commit is contained in:
muerwre 2024-08-16 21:50:34 +07:00
parent 45c8cf67aa
commit 8465b77843

View file

@ -18,17 +18,17 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with: with:
registry: git.vault48.org registry: git.vault48.org
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@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
# 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