Skip to content

Commit 9a8c131

Browse files
author
Mikko Ala-Fossi
committed
Build and test image
1 parent dc993c1 commit 9a8c131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Build the Docker image
16-
run: docker build . --file Dockerfile --tag no80:$(date +%s)
16+
run: ./build.sh
17+
- name: Test the Docker image
18+
run: ./test.sh

0 commit comments

Comments
 (0)