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'))