Try using the ubuntu act image
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 43s

This commit is contained in:
Lewis Dale 2024-10-18 19:35:55 +01:00
parent 72f536d92e
commit 2c297a0298

View File

@ -6,6 +6,8 @@ on:
jobs:
build-and-copy:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4