Skip to content

Commit

Permalink
added testing for docker image
Browse files Browse the repository at this point in the history
Signed-off-by: 7h3-3mp7y-m4n <[email protected]>
  • Loading branch information
7h3-3mp7y-m4n committed Oct 15, 2024
1 parent d086d4d commit 87889b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
push: false
push: false
load: true
tags: score-k8s:test
- name: Test docker image
run: |
docker run --rm -it score-k8s:test --version
docker run --rm -it score-k8s:test init

0 comments on commit 87889b5

Please sign in to comment.