test enable buildx push
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ddd67fcdc9
commit
17b6a2fdc3
@ -67,7 +67,7 @@ steps:
|
||||
commands:
|
||||
- docker login -u "$$DOCKER_USERNAME" -p "$$DOCKER_PASSWORD"
|
||||
- docker buildx create --use
|
||||
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/buildx-alpine:latest .
|
||||
- docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/buildx-alpine:latest .
|
||||
environment:
|
||||
DOCKER_PASSWORD:
|
||||
from_secret: docker_password
|
||||
@ -185,6 +185,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: fbe5a3e4d5b43aa5074eb9b614cab44043517e5747288eadf7621db6650da6de
|
||||
hmac: ba160976b691413c7080700a7f3f4e886cd6a5a05b9c439e9c36cbb5f98a6e08
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user