Add GHCR repository

This commit is contained in:
Gabe Cook 2023-03-17 16:12:23 -05:00
parent 5370e67444
commit 037f38ac6b
No known key found for this signature in database
GPG Key ID: 3197318BDE319B8D

View File

@ -72,12 +72,19 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: |
vabene1111/recipes
ghcr.io/TandoorRecipes/recipes
flavor: |
latest=false
suffix=${{ matrix.suffix }}