Skip to content

Commit f9fdb94

Browse files
committed
fix GH action - build docker image
1 parent 7d41ed7 commit f9fdb94

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
TAGNAME: ${{ steps.tagName.outputs.tag }}
2222
run: docker build --pull -t kooldev/pdf:$TAGNAME .
2323

24-
- name: Test image
25-
env:
26-
TAGNAME: ${{ steps.tagName.outputs.tag }}
27-
run: docker run kooldev/pdf:$TAGNAME kool --version
28-
2924
- name: Push to hub
3025
env:
3126
TAGNAME: ${{ steps.tagName.outputs.tag }}

0 commit comments

Comments
 (0)