Skip to content

Commit 05201d3

Browse files
committed
Update workflow
1 parent 079f147 commit 05201d3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
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

2828
jobs:
@@ -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' }}

0 commit comments

Comments
 (0)