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