Use latest tags
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 13:18:54 +02:00
parent b98a7e0ec4
commit e0918d43b6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ steps:
password: password:
from_secret: docker_reg_passwd from_secret: docker_reg_passwd
repo: decentral1se/backup-bot repo: decentral1se/backup-bot
tags: 0.0.1 tags: latest
trigger: trigger:
branch: branch:
- master - master

View File

@ -1,5 +1,5 @@
IMAGE := decentral1se/backup-bot IMAGE := decentral1se/backup-bot
TAG := 0.0.1 TAG := latest
default: build default: build

View File

@ -16,7 +16,7 @@ If you push a commit to master, the [Drone config](./.drone.yml) will publish to
```yaml ```yaml
backupbot: backupbot:
image: "decentral1se/backup-bot:0.0.1" image: "decentral1se/backup-bot:latest"
networks: networks:
- backend - backend
volumes: volumes: