actions: Use custom image
Some checks failed
Build Docker / Build Docker (push) Has been cancelled
Build Docker / Build Docker v2 (push) Failing after 1s

This commit is contained in:
Nathan Woodburn 2023-08-12 14:19:05 +10:00
parent e336d68ed4
commit 9069f4f2f2
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -29,7 +29,7 @@ jobs:
Build Docker v2:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
image: git.woodburn.au/nathanwoodburn/woodburn-docker:latest
steps:
- name: Checkout
uses: actions/checkout@v2