Skip to content

Commit 12cc763

Browse files
committed
added image push to ghcr
1 parent acef22a commit 12cc763

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ jobs:
2020

2121
unit-sec-scan:
2222
uses: ./.github/workflows/unit-sec-test.yml
23-
needs: lint-format
23+
needs: lint-format
24+
25+
push-docker-image:
26+
uses: ./.github/workflows/push-docker-image.yml
27+
needs: unit-sec-scan

.github/workflows/push-docker-image.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)