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

This commit is contained in:
muerwre 2024-08-16 21:47:36 +07:00
parent a38bd3d2fe
commit 2e03c80485

View file

@ -1,4 +1,3 @@
name: Publish Docker image
on:
@ -8,7 +7,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
runs-on: docker
permissions:
packages: write
contents: read