Skip to content

Commit

Permalink
apt-get-inn2-docker (#34)
Browse files Browse the repository at this point in the history
* apt-get-inn2-docker

* apt-get-inn2-docker

* Update build.yml
  • Loading branch information
cclauss authored Sep 23, 2024
1 parent 1d6bb66 commit c369e00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ on:

jobs:
inn-docker:
strategy:
fail-fast: false
matrix:
# service-image: [cclauss/inn, greenbender/inn]
service-image: [greenbender/inn]
runs-on: ubuntu-latest
services:
inn-service:
image: greenbender/inn
image: ${{ matrix.service-image }}
ports:
- 119:119
- 563:563
Expand Down

0 comments on commit c369e00

Please sign in to comment.