Skip to content

Commit

Permalink
Push all generated tags to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
geluk committed Aug 29, 2021
1 parent 72dce89 commit a7e2739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
- run:
name: Publish Docker image
command: |
echo Images to push:
docker image ls
echo "$DOCKER_HUB_PW" | docker login -u "$DOCKER_HUB_USER" --password-stdin
docker push $IMAGE_NAME:dev
docker push -a $IMAGE_NAME
publish-github-release:
docker:
- image: cibuilds/github:0.10
Expand Down

0 comments on commit a7e2739

Please sign in to comment.