mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:43:09 +02:00
fix: registry url
This commit is contained in:
parent
0f11e2d523
commit
2ec4d70af9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker-develop.yml
vendored
5
.github/workflows/docker-develop.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue