main #1

Merged
jat merged 5 commits from main into production 2025-06-30 20:44:13 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 3edd1db8d4 - Show all commits

View File

@ -16,6 +16,8 @@ jobs:
container: container:
image: docker image: docker
steps: steps:
- name: Install node
run: apk add nodejs
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: