Change container image

This commit is contained in:
Mario Romero 2023-09-21 23:10:32 -03:00
parent 5efe16db4f
commit e3ad78c3fc

View File

@ -7,6 +7,8 @@ on:
jobs:
dockerbuild:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3