Remove container image override, no longer needed.
All checks were successful
Docker Image Creation / build-docker (push) Successful in 3m50s

Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
This commit is contained in:
2023-11-20 06:57:31 -07:00
parent 186f6c217b
commit f1a2a30e30

View File

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