From 40791245634b07bbad12be596f4c5fafda387353 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Fri, 17 Apr 2020 04:51:52 -0700 Subject: [PATCH] update CI def --- README.md | 2 +- azure-pipelines.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69093dd..c7a60d5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ docker run -d \ --mount type=bind,src=/var/atlas-probe/etc,dst=/var/atlas-probe/etc \ --mount type=bind,src=/var/atlas-probe/status,dst=/var/atlas-probe/status \ --name ripe-atlas \ - jamesits/ripe-atlas:latest + jamesits/ripe-atlas:nightly ``` Then we fetch the generated public key: diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 91c4fab..fe17c23 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -69,7 +69,7 @@ jobs: - bash: | set -Eeuo pipefail - docker tag dst $(DOCKER_IMAGE_BASENAME):nightly + docker tag ripe-atlas $(DOCKER_IMAGE_BASENAME):nightly docker push $(DOCKER_IMAGE_BASENAME):nightly displayName: "Push image" condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), ne(variables['Build.Reason'], 'PullRequest'))