mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Correct image rto one of the runner image's defaults
This commit is contained in:
parent
24d8c963a2
commit
6fba528670
@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Build-And-Deploy:
|
||||
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:runner-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user