Testing different images
This commit is contained in:
parent
af5da95f20
commit
152555b6aa
|
@ -8,5 +8,21 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Docker test
|
||||
run: docker run hello-world
|
||||
- name: Debug
|
||||
run: echo "wat?"
|
||||
# - name: Docker test
|
||||
# run: docker run hello-world
|
||||
|
||||
Alpine:
|
||||
runs-on: alpine-3.19.0
|
||||
steps:
|
||||
- name: Debug
|
||||
run: echo "wat?"
|
||||
|
||||
Alpine-With-CO:
|
||||
runs-on: alpine-3.19.0
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Debug
|
||||
run: echo "wat?"
|
||||
|
|
Loading…
Reference in New Issue
Block a user