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

Commit 35aa319

Browse files
author
Waqar Rashid
committed
seems to be working now
1 parent edd89b2 commit 35aa319

File tree

3 files changed

+4
-63
lines changed

3 files changed

+4
-63
lines changed

.github/workflows/dockerize-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2929
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3030

31-
- name: Build and push
31+
- name: Build and Push
3232
id: docker_build
3333
uses: docker/build-push-action@v2
3434
with:
3535
platforms: linux/amd64,linux/arm/v7,linux/arm64
3636
push: true
3737
tags: networkboot/dhcpd:latest
3838

39-
- name: Image digest
39+
- name: Print Image Digest
4040
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/dockerize-tag.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ jobs:
1212
with:
1313
tagRegex: "v(.*)"
1414

15-
- name: Parse semver string
15+
- name: Parse Semver String
1616
id: semver-parser
1717
uses: booxmedialtd/ws-action-parse-semver@v1
1818
with:
1919
input_string: "${{ steps.get-tag.outputs.tag }}"
2020

21-
- name: Use parsed semver
22-
run: |
23-
echo "v${{ steps.semver-parser.outputs.fullversion }}"
24-
2521
- name: Checkout Repository
2622
uses: actions/checkout@v2
2723

@@ -49,5 +45,5 @@ jobs:
4945
push: true
5046
tags: networkboot/dhcpd:${{ steps.semver-parser.outputs.fullversion }}
5147

52-
- name: Image digest
48+
- name: Print Image Digest
5349
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/semver.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)