Fixed wrong runner on alpine
This commit is contained in:
parent
ed3fdac672
commit
358bbe8a8f
|
@ -7,9 +7,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build and push image
|
||||
runs-on: alpine-latest
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/alpine:act-latest
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Reference in New Issue