feat: Add latest tag to ghcr container image (#1224)

* feat: Add latest tag to ghcr container image

* ci: add login action to GitHub Container Registry
This commit is contained in:
Metin Bektas
2025-01-15 17:43:23 +01:00
committed by GitHub
parent 1ffcea2065
commit b9dc9bceb5
2 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
- name: Pnpm Setup
uses: pnpm/action-setup@v4
with: