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

Commit a64debf

Browse files
author
Waqar Rashid
committed
debugging
1 parent 5251b3a commit a64debf

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/dockerize-tag.yml

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

15-
- name: Parse semver string
16-
id: semver_parser
17-
uses: booxmedialtd/ws-action-parse-semver@v1
18-
with:
19-
input_string: $GIT_TAG_NAME
20-
version_extractor_regex: '\/v(.*)$'
21-
- name: Use parsed semver
22-
run: |
23-
echo "v${{ steps.semver_parser.outputs.fullversion }}"
15+
# - name: Parse semver string
16+
# id: semver_parser
17+
# uses: booxmedialtd/ws-action-parse-semver@v1
18+
# with:
19+
# input_string: $GIT_TAG_NAME
20+
# version_extractor_regex: '\/v(.*)$'
21+
# - name: Use parsed semver
22+
# run: |
23+
# echo "v${{ steps.semver_parser.outputs.fullversion }}"
2424

25-
- name: Checkout Repository
26-
uses: actions/checkout@v2
25+
# - name: Checkout Repository
26+
# uses: actions/checkout@v2
2727

28-
- name: Setup QEMU
29-
id: qemu
30-
uses: docker/[email protected]
31-
with:
32-
platforms: linux/amd64,linux/arm/v7,linux/arm64
28+
# - name: Setup QEMU
29+
# id: qemu
30+
# uses: docker/[email protected]
31+
# with:
32+
# platforms: linux/amd64,linux/arm/v7,linux/arm64
3333

34-
- name: Set up Docker Buildx
35-
id: buildx
36-
uses: docker/[email protected]
34+
# - name: Set up Docker Buildx
35+
# id: buildx
36+
# uses: docker/[email protected]
3737

38-
- name: Login to Docker Hub
39-
uses: docker/[email protected]
40-
with:
41-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
42-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
38+
# - name: Login to Docker Hub
39+
# uses: docker/[email protected]
40+
# with:
41+
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
42+
# password: ${{ secrets.DOCKER_HUB_TOKEN }}
4343

44-
- name: Build and push
45-
id: docker_build
46-
uses: docker/build-push-action@v2
47-
with:
48-
platforms: linux/amd64,linux/arm/v7,linux/arm64
49-
push: true
50-
tags: networkboot/dhcpd:${{ steps.get-tag.outputs.tag }}
44+
# - name: Build and push
45+
# id: docker_build
46+
# uses: docker/build-push-action@v2
47+
# with:
48+
# platforms: linux/amd64,linux/arm/v7,linux/arm64
49+
# push: true
50+
# tags: networkboot/dhcpd:${{ steps.get-tag.outputs.tag }}
5151

52-
- name: Image digest
53-
run: echo ${{ steps.docker_build.outputs.digest }}
52+
# - name: Image digest
53+
# run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)