ci: install docker CLI static binary instead of setup-buildx-action
This commit is contained in:
@@ -64,10 +64,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Pull changed images
|
- name: Pull changed images
|
||||||
run: |
|
run: |
|
||||||
|
curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-27.5.1.tgz \
|
||||||
|
| tar -xz --strip-components=1 -C /usr/local/bin docker/docker
|
||||||
git fetch origin ${{ github.base_ref }}
|
git fetch origin ${{ github.base_ref }}
|
||||||
IMAGES=$(git diff origin/${{ github.base_ref }}...HEAD -- '*.nomad.hcl' \
|
IMAGES=$(git diff origin/${{ github.base_ref }}...HEAD -- '*.nomad.hcl' \
|
||||||
| grep '^+\s*image\s*=' \
|
| grep '^+\s*image\s*=' \
|
||||||
|
|||||||
Reference in New Issue
Block a user