mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
update CI def
This commit is contained in:
parent
d9c83dd711
commit
4079124563
@ -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:
|
||||
|
@ -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'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user