mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 20:38:58 +00:00
Forgot to remove failed archs in ARCHS environment variable
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
env:
|
||||
- ARCHS="amd64 arm64 arm 386 ppc64le s390x"
|
||||
- ARCHS="amd64 arm64 386 ppc64le"
|
||||
script:
|
||||
- echo $NAME:$VERSION_TAG
|
||||
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
|
||||
|
||||
Reference in New Issue
Block a user