feat: add ghcr.io registry

This commit is contained in:
Babibubebon 2023-07-03 04:15:47 +09:00
parent 6a115e2ccb
commit 85096cd8a2
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3

View file

@ -22,6 +22,12 @@ jobs:
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Packages
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Create VoID Description - name: Create VoID Description