We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6ad01 commit 1b4681dCopy full SHA for 1b4681d
.travis.yml
@@ -200,4 +200,5 @@ script:
200
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
201
- docker login ghcr.io -u "$GITHUB_USERNAME" -p "$GITHUB_TOKEN"
202
- docker buildx create --use
203
+ - echo "Building & pushing ${DOCKER_TAGS}"
204
- docker buildx build --push --platform ${DOCKER_PLATFORMS} --build-arg WUD_VERSION=${IMAGE_VERSION} ${DOCKER_TAGS} .
0 commit comments