Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasreiser committed Apr 20, 2020
1 parent 67fc88e commit a142450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- docker buildx inspect --bootstrap
install:
# Build Docker image
- docker buildx build --platform linux/arm/v7 -t $DOCKER_USERNAME/flightfeeder:$TRAVIS_TAG .
- docker buildx build --platform linux/arm/v7 -t $DOCKER_USERNAME/flightfeeder:$TRAVIS_BRANCH .
before_deploy:
# List local Docker images
- docker images
Expand All @@ -31,7 +31,7 @@ before_deploy:
deploy:
provider: script
# Deploy tag on Docker
script: docker push $DOCKER_USERNAME/flightfeeder:$TRAVIS_TAG
script: docker push $DOCKER_USERNAME/flightfeeder:$TRAVIS_BRANCH
on:
tags: true
all_branches: false

0 comments on commit a142450

Please sign in to comment.