fix
Some checks are pending
Build and Push Image / Release (push) Waiting to run

This commit is contained in:
syui 2024-03-05 10:23:30 +09:00
parent 19f4b15b4c
commit 019cc601cc
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -10,7 +10,10 @@ env:
jobs:
release:
name: Release
runs-on: ubuntu-latest:docker://archlinux:latest
runs-on: ubuntu-latest:docker://node:18-bullseye
container:
image: syui/aios
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4