gonna crash out
Some checks failed
Build and Test / splatoon (push) Has been cancelled
Build and Test / friends (push) Has been cancelled

This commit is contained in:
red binder 2026-04-26 01:21:44 +02:00
commit b7a9455e55

View file

@ -29,7 +29,9 @@ jobs:
key: image-cache key: image-cache
- name: Login to registry - name: Login to registry
run: docker login -u ${{ vars.PACKAGE_USER }} -p ${{ vars.PACKAGE_PWD }} ${{ vars.PACKAGE_URL }} run: |
echo ${{ vars.PACKAGE_URL }}
docker login -u ${{ vars.PACKAGE_USER }} -p ${{ vars.PACKAGE_PWD }} ${{ vars.PACKAGE_URL }}
- name: Build Splatoon edition - name: Build Splatoon edition
run: ./.ci-scripts/make-edition.sh splatoon run: ./.ci-scripts/make-edition.sh splatoon