Update .gitea/workflows/release.yml
All checks were successful
Security / sonarqube (push) Successful in 55s
Security / snyk (push) Successful in 57s

This commit is contained in:
Luke Tainton 2025-02-18 22:37:51 +01:00
parent a5312ba3fb
commit 74c1bea948

View File

@ -133,6 +133,13 @@ jobs:
registry: ghcr.io
username: ${{ vars.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta