Switch to catthehacker image for Docker binary
All checks were successful
Docker Image Creation / build-docker (push) Successful in 8m22s

Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
This commit is contained in:
2023-11-19 11:58:09 -07:00
parent bcf1eab953
commit 503b97a2ed

View File

@@ -5,6 +5,8 @@ on: [push]
jobs:
build-docker:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4