ci: upload to ghcr.io

This commit is contained in:
Tim Schubert 2023-05-28 17:57:06 +02:00 committed by Tim Schubert
parent a1e0139f48
commit 67cf7e852a

View file

@ -35,4 +35,4 @@ jobs:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- run: docker push ${{ env.IMAGE_NAME }} - run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}