feat: try latest ubuntu
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 1s
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 1s
This commit is contained in:
parent
3fe575e34a
commit
69c9178c47
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue