Testing some more docker
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
152555b6aa
commit
f4a26d117a
|
@ -8,21 +8,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: echo "wat?"
|
run: echo "wat?"
|
||||||
# - name: Docker test
|
- name: Docker test
|
||||||
# run: docker run hello-world
|
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