ajustes novos
This commit is contained in:
parent
3cd1523927
commit
242e3650f6
1 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,14 @@ jobs:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: apk add --no-cache git docker-cli curl
|
run: apk add --no-cache git docker-cli curl
|
||||||
|
|
||||||
|
- name: Install Docker Buildx (REQUIRED for BuildKit)
|
||||||
|
run: |
|
||||||
|
mkdir -p ~/.docker/cli-plugins
|
||||||
|
curl -L https://github.com/docker/buildx/releases/download/v0.13.1/docker-buildx-linux-amd64 \
|
||||||
|
-o ~/.docker/cli-plugins/docker-buildx
|
||||||
|
chmod +x ~/.docker/cli-plugins/docker-buildx
|
||||||
|
docker buildx version
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue