Update 2_unstable.yml

pull/1045/head
Adam 2021-08-16 21:31:33 +01:00 committed by GitHub
parent 7aef3e7ba0
commit 0267588569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ jobs:
run: echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
- name: Docker Upload :dev
run: docker buildx build --push --cache-from=type=local,src=/tmp/.buildx-cache
run: docker buildx build --builder statping-dev --push --cache-from=type=local,src=/tmp/.buildx-cache --push --cache-from=type=local,src=/tmp/.buildx-cache --platform linux/amd64,linux/arm64,linux/arm/7,linux/arm/v6 -f Dockerfile.base -t adamboutcher/statping-ng:dev .
- name: Clean
run: docker buildx rm statping-base && docker buildx rm statping-dev