mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +01:00
Split label into runs-on and container fields
This commit is contained in:
parent
6fba528670
commit
441a916c5e
@ -3,7 +3,8 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-And-Deploy:
|
Build-And-Deploy:
|
||||||
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:runner-22.04
|
runs-on: ubuntu-latest
|
||||||
|
container: catthehacker/ubuntu:runner-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user