1
0
Fork 0

Update docker image and platforms in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

The commit updates the docker image to version 20 and removes the v8 suffix from the arm64 platform. The new platforms are linux/amd64 and linux/arm64.
main
naicoi 2023-05-18 14:52:11 +07:00
parent f18da1a2bf
commit 3a8dbc05fb
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
pipeline:
alpine:
image: woodpeckerci/plugin-docker-buildx
image: woodpeckerci/plugin-docker-buildx:20
settings:
repo: lttech/deno-deployctl
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
username: lttech
password:
from_secret: docker_lttech