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

Commit 32a2209

Browse files
author
Waqar Rashid
committed
Fixed yml syntax
1 parent 89edae7 commit 32a2209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerize-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-push-tag:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Parse semver string
10+
- name: Parse semver string
1111
id: semver_parser
1212
uses: booxmedialtd/ws-action-parse-semver@v1
1313
with:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use parsed semver
1717
run: |
1818
echo "v${{ steps.semver_parser.outputs.fullversion }}"
19-
steps:
19+
2020
- uses: olegtarasov/[email protected]
2121
id: get-tag
2222
with:

0 commit comments

Comments
 (0)