✏️ Fix CI/CD

This commit is contained in:
Sébastien Clément 2021-05-06 11:36:07 +02:00 committed by GitHub
parent c9e0aab3be
commit 65744ad42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ${{matrix.arch}}
uses: docker/build-push-action@v2
@ -92,4 +92,4 @@ jobs:
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
file: ./${{env.TARGET}}/Dockerfile
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
cache-to: type=inline
cache-to: type=inline