fix container
build and deploy / build (push) Successful in 2m10s Details

This commit is contained in:
usbharu 2024-12-01 22:31:20 +09:00
parent f9f459a895
commit 181cf6c07b
Signed by: usbharu
GPG Key ID: 95CBCF7046307B77
1 changed files with 2 additions and 0 deletions

View File

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