build: test ubuntu-latest
All checks were successful
Docker Image CI / build (push) Successful in 1m18s

This commit is contained in:
6arelyFuture 2024-07-01 16:52:14 +00:00
parent 3a9e54f714
commit 688c9d6c44

View File

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