Move Setup

This commit is contained in:
Snoweuph 2025-01-29 15:50:19 +01:00
parent af1713f001
commit 7a0bb1c147
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -13,6 +13,8 @@ jobs:
container:
image: docker:27.5.1-alpine3.21
steps:
- name: Install Node
run: apk add node
- name: Login to Registry
uses: 'https://git.euph.dev/actions/docker-login@v3'
with: