fix docker push with latest tag

This commit is contained in:
Philipp Böhm 2021-02-20 16:46:08 +01:00
parent bc8c5e2810
commit 8d176ee521
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...
docker-build:
executor: docker/docker
steps:
@ -29,6 +29,7 @@ jobs:
- docker/build:
image: pboehm/ddns
dockerfile: docker/ddns/Dockerfile
tag: $CIRCLE_SHA1,latest
- docker/push:
image: pboehm/ddns
tag: $CIRCLE_SHA1,latest