diff --git a/.drone.yml b/.drone.yml index 281996f..2ef42ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: password: from_secret: docker_reg_passwd repo: decentral1se/backup-bot - tags: 0.0.1 + tags: latest trigger: branch: - master diff --git a/Makefile b/Makefile index ebd0a05..868abef 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE := decentral1se/backup-bot -TAG := 0.0.1 +TAG := latest default: build diff --git a/README.md b/README.md index ba13691..255aa12 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you push a commit to master, the [Drone config](./.drone.yml) will publish to ```yaml backupbot: - image: "decentral1se/backup-bot:0.0.1" + image: "decentral1se/backup-bot:latest" networks: - backend volumes: