this isn't a container we have podman lol
Some checks failed
Build and Test / friends (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled

This commit is contained in:
red binder 2026-04-26 00:49:39 +02:00
commit 242054e333

View file

@ -28,11 +28,6 @@ jobs:
~/.local/share/containers/storage
key: image-cache
- name: Install Podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Login to registry
run: podman login -u ${{ vars.PACKAGE_USER }} -p ${{ vars.PACKAGE_PWD }} ${{ vars.PACKAGE_URL }}