mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45: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:
|
||||
Build-And-Deploy:
|
||||
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:runner-22.04
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:runner-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user