File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 NET_PUBLISH_DIR : GostGen/publish/
2323 NET_PUBLISH_ARGS : " --verbosity normal --configuration Release -p:DebugType=embedded -p:PublishSingleFile=true --self-contained"
2424 DOCKER_REGISTRY : ghcr.io
25- DOCKER_IMAGE_NAME : ${{ github.repository_owner }}/ mullvad-proxy-gateway
25+ DOCKER_IMAGE_NAME : mullvad-proxy-gateway
2626 DOCKER_PLATFORMS : linux/amd64,linux/arm64/v8,linux/arm/v7
2727
2828jobs :
@@ -101,7 +101,7 @@ jobs:
101101 uses : docker/metadata-action@v6
102102 id : dockermeta
103103 with :
104- images : ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}
104+ images : ${{ env.DOCKER_REGISTRY }}/${{ github.repository_owner }}/${{ env.DOCKER_IMAGE_NAME }}
105105 tags : |
106106 # latest – Most recent stable release
107107 type=raw,value=latest,enable=${{ steps.tagver.outputs.is_release == 'true' }}
@@ -127,7 +127,6 @@ jobs:
127127 - name : Docker build/push
128128 if : ${{ steps.dockermeta.outcome == 'success' }}
129129 uses : docker/build-push-action@v7
130- id : dockerbuild
131130 with :
132131 context : .
133132 push : ${{ steps.tagver.outputs.is_valid == 'true' }}
You can’t perform that action at this time.
0 commit comments