Update .gitea/workflows/release.yaml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s

This commit is contained in:
Tibo De Peuter 2023-10-16 20:23:49 +02:00
parent a62a41249b
commit 3b3ac535da

View file

@ -10,11 +10,11 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: git.depeuter.dev
username: tdpeuter
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.APP_TOKEN }}
- name: Extract metadata (tags, labels) for Docker