mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
use CI to build latest image
This commit is contained in:
parent
e5c0170805
commit
11edd6f70b
@ -69,8 +69,8 @@ jobs:
|
||||
|
||||
- bash: |
|
||||
set -Eeuo pipefail
|
||||
docker tag ripe-atlas $(DOCKER_IMAGE_BASENAME):nightly
|
||||
docker push $(DOCKER_IMAGE_BASENAME):nightly
|
||||
docker tag ripe-atlas $(DOCKER_IMAGE_BASENAME):latest
|
||||
docker push $(DOCKER_IMAGE_BASENAME):latest
|
||||
displayName: "Push image"
|
||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), ne(variables['Build.Reason'], 'PullRequest'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user