build: test ubuntu-latest
All checks were successful
Docker Image CI / build (push) Successful in 1m18s
All checks were successful
Docker Image CI / build (push) Successful in 1m18s
This commit is contained in:
parent
3a9e54f714
commit
688c9d6c44
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -11,8 +10,11 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Find out interesting things about this runner
|
||||||
|
run: |
|
||||||
|
cat /etc/os-release
|
||||||
|
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user