idek anymore
Some checks failed
Build OCI Images / build (push) Failing after 18s

This commit is contained in:
Rose 2024-07-31 23:56:00 -04:00
parent a336d4773c
commit b14d4a8f22
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ on:
branches: [devel]
jobs:
build:
runs-on: docker
runs-on: ubuntu-latest
container:
image: node:21-alpine
steps:
@ -14,9 +14,6 @@ jobs:
apk update
- name: Docker Buildx
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
with:
driver: remote
endpoint: tcp://docker:2375
- name: Login to Docker Registry
uses: https://code.forgejo.org/docker/login-action@v3
with: