This commit is contained in:
parent
5c6690d0f1
commit
c9f24d483b
@ -20,8 +20,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- sleep 15
|
- sleep 15
|
||||||
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin
|
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin
|
||||||
- docker buildx create --use
|
# - docker buildx create --use
|
||||||
- docker buildx build --push --platform linux/amd64,linux/arm64/v8 -t "$DOCKER_IMAGE_NAME:latest" .
|
# - docker buildx build --push --platform linux/amd64,linux/arm64/v8 -t "$DOCKER_IMAGE_NAME:latest" .
|
||||||
|
- docker build --push -t "$DOCKER_IMAGE_NAME:latest" .
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
@ -40,6 +41,6 @@ volumes:
|
|||||||
temp: {}
|
temp: {}
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0717c568fc42b967d184d9344636d3a456e9aa6fa00e591a0b4c68fd937c2307
|
hmac: 4c9051389b803a2b1ead8337a5be29e966fb04e885bb6700f1b97c7a29f6ca0d
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user