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: with:
path: ./version path: ./version
#- name: Install Docker - 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)
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - curl -fsSL https://get.docker.com -o get-docker.sh
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable" sh get-docker.sh --version 24.0.6-1
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
- name: Set up Docker Buildx - name: Set up Docker Buildx