It used to be called docker-ce
Some checks failed
/ test (push) Failing after 9s

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 15:59:44 +00:00
parent c4bdac61e8
commit f765d1cc28

View file

@ -4,7 +4,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- run: echo All Good - run: echo All Good
- run: apt update && apt install docker-ce - run: apt update && apt install docker.io
- run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest - run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest
- run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin - run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin
- run: docker push git.martyn.berlin/martyn/fat-ssh:latest - run: docker push git.martyn.berlin/martyn/fat-ssh:latest