Testing different images
Some checks are pending
Gitea Actions Demo / Alpine (push) Waiting to run
Gitea Actions Demo / Alpine-With-CO (push) Waiting to run
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
Lilleman auf Larv 2023-12-17 01:13:12 +01:00
parent af5da95f20
commit 152555b6aa

View File

@ -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?"