Fixed wrong runner on alpine
Build and Push alpine Image / Build and push image (push) Has been cancelled Details
Build and Push Ubuntu Image / Build and push image (push) Has been cancelled Details

This commit is contained in:
Aditya Prima 2024-03-24 00:17:00 +07:00
parent ed3fdac672
commit 358bbe8a8f
1 changed files with 2 additions and 2 deletions

View File

@ -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