Skip to content

Commit 84f28f6

Browse files
authored
Update Docker repository and release name in workflow
1 parent 0b00394 commit 84f28f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111

1212
env:
13-
DOCKER_REPO: ghcr.io/devplayer0/docker-net-dhcp
13+
DOCKER_REPO: ghcr.io/LANCommander/Docker.Network.DHCP
1414
PLATFORMS: linux/amd64,linux/386,linux/arm64,linux/arm/v7
1515

1616
steps:
@@ -44,5 +44,5 @@ jobs:
4444
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
4545
with:
4646
tag_name: ${{ github.ref }}
47-
release_name: docker-net-dhcp ${{ steps.vars.outputs.version }}
47+
release_name: Docker.Network.DHCP ${{ steps.vars.outputs.version }}
4848
body_path: release.md

0 commit comments

Comments
 (0)