revert d885899baf
Some checks failed
backend / docker (push) Failing after 11s
Some checks failed
backend / docker (push) Failing after 11s
revert ci doesnt run in containers
This commit is contained in:
parent
95a022d479
commit
f42880bec2
1 changed files with 9 additions and 0 deletions
|
|
@ -11,6 +11,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: install docker???
|
||||||
|
run: |
|
||||||
|
apt update && apt install wget cmake -y && \
|
||||||
|
wget "https://download.docker.com/linux/debian/dists/bookworm/pool/stable/amd64/docker-ce-cli_29.2.1-1~debian.12~bookworm_amd64.deb" && \
|
||||||
|
dpkg --force-confold -i "docker-ce-cli_29.2.1-1~debian.12~bookworm_amd64.deb"
|
||||||
|
|
||||||
|
- name: set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: login
|
- name: login
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue