Skip to content

Commit

Permalink
Low ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed May 15, 2024
1 parent 5919dcb commit a53d7b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: ubuntu:latest
services:
helloService:
image: hello-world:latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Check Docker
run: docker version

Expand Down

0 comments on commit a53d7b6

Please sign in to comment.