@@ -15,13 +15,14 @@ jobs:
|
|||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -yq nodejs git curl
|
apt install -yq nodejs git curl tee
|
||||||
|
|
||||||
- name: manually install docker-ce-cli
|
- name: manually install docker-ce-cli
|
||||||
run: |
|
run: |
|
||||||
install -m 0755 -d /etc/apt/keyrings
|
install -m 0755 -d /etc/apt/keyrings
|
||||||
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
||||||
chmod a+r /etc/apt/keyrings/docker.asc
|
chmod a+r /etc/apt/keyrings/docker.asc
|
||||||
|
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||||
apt update
|
apt update
|
||||||
apt install -yq docker-ce-cli
|
apt install -yq docker-ce-cli
|
||||||
|
|
||||||
@@ -32,7 +33,7 @@ jobs:
|
|||||||
# token: ${{ secrets.DOCKER_API_TOKEN }}
|
# token: ${{ secrets.DOCKER_API_TOKEN }}
|
||||||
# #fetch-depth: 0
|
# #fetch-depth: 0
|
||||||
|
|
||||||
- uses: docker/setup-buildx-action@v3
|
#- uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- uses: docker/login-action@v3
|
- uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user