switch to docker bc podman sucks
This commit is contained in:
parent
242054e333
commit
cd794cef37
1 changed files with 2 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
key: image-cache
|
||||
|
||||
- name: Login to registry
|
||||
run: podman login -u ${{ vars.PACKAGE_USER }} -p ${{ vars.PACKAGE_PWD }} ${{ vars.PACKAGE_URL }}
|
||||
run: docker login -u ${{ vars.PACKAGE_USER }} -p ${{ vars.PACKAGE_PWD }} ${{ vars.PACKAGE_URL }}
|
||||
|
||||
- name: Build Splatoon edition
|
||||
run: ./.ci-scripts/make-edition.sh splatoon
|
||||
|
|
@ -52,13 +52,8 @@ 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 }}
|
||||
run: docker login -u ${{ vars.PACKAGE_USER }} -p ${{ vars.PACKAGE_PWD }} ${{ vars.PACKAGE_URL }}
|
||||
|
||||
- name: Build Friends edition
|
||||
run: ./.ci-scripts/make-edition.sh friends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue