Update .forgejo/workflows/publish.yml
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m39s

This commit is contained in:
muerwre 2024-08-16 21:57:59 +07:00
parent 420d612d51
commit 2f8e3f365c

View file

@ -7,7 +7,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: docker
runs-on: ubuntu-22.04
permissions:
packages: write
contents: read
@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@v3
with:
registry: git.vault48.org
username: ${{ secrets.username }}