Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 0882d6f

Browse files
author
Waqar Rashid
committed
Improved consisteny, updated dockerhub repo name
1 parent 3030352 commit 0882d6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dockerize-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
build-Push-Latest:
9+
build-push-latest:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
platforms: linux/amd64,linux/arm/v7,linux/arm64
3636
push: true
37-
tags: wickywaka/docker-dhcpd:latest
37+
tags: networkboot/dhcpd:latest
3838

3939
- name: Image digest
4040
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/dockerize-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: olegtarasov/[email protected]
11-
id: tagName
11+
id: get-tag
1212

1313
- name: Checkout Repository
1414
uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
platforms: linux/amd64,linux/arm/v7,linux/arm64
3737
push: true
38-
tags: wickywaka/docker-dhcpd:${{ steps.tagName.outputs.tag }}
38+
tags: networkboot/dhcpd:${{ steps.get-tag.outputs.tag }}
3939

4040
- name: Image digest
4141
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)