Skip to content
Snippets Groups Projects
Unverified Commit 2ec4d70a authored by Marie's avatar Marie Committed by GitHub
Browse files

fix: registry url

parent 0f11e2d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment