Skip to content

Commit f00216a

Browse files
committed
add tagging to docker push
1 parent cb6c0e6 commit f00216a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
context: .
2828
file: ./Dockerfile
2929
push: true
30+
tags: |
31+
${{ secrets.DOCKER_USERNAME }}/${{ vars.BOT_NAME }}:latest
3032
3133
- name: Deploy Docker container to Droplet
3234
uses: appleboy/ssh-action@v1

0 commit comments

Comments
 (0)