fix: registry url

This commit is contained in:
Marie 2023-09-22 00:39:30 +02:00 committed by GitHub
parent 0f11e2d523
commit 2ec4d70af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,9 @@ jobs:
name: Push Docker image to GHCR
runs-on: ubuntu-latest
if: github.repository == 'transfem-org/Sharkey'
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
uses: actions/checkout@v4.0.0
@ -41,7 +44,7 @@ jobs:
push: true
platforms: ${{ steps.buildx.outputs.platforms }}
provenance: false
tags: transfem-org/sharkey:develop
tags: ${{ env.REGISTRY }}/transfem-org/sharkey:develop
labels: develop
cache-from: type=gha
cache-to: type=gha,mode=max