test
Some checks failed
Build And Test / build-and-push (push) Failing after 39s

This commit is contained in:
2025-11-21 06:10:29 +00:00
parent 38c94437ec
commit f7473486b0

View File

@ -25,18 +25,11 @@ jobs:
with:
path: ./version
#- name: Install Docker
# if: runner.os == 'Linux'
# run: |
# curl -fsSL https://get.docker.com -o get-docker.sh
# sh get-docker.sh
- name: Install Docker (Pinned version)
- name: Install Docker
if: runner.os == 'Linux'
run: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable"
apt-get update
apt-get install -y docker-ce=5:24.0.6-1~ubuntu.22.04 docker-ce-cli=5:24.0.6-1~ubuntu.22.04 containerd.io
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh --version 24.0.6-1
- name: Set up Docker Buildx