Skip to content

Commit

Permalink
Feature/dockerhub tags (#7)
Browse files Browse the repository at this point in the history
* feat: push current tag to Dockerhub

* fix: enhance tags creation

* fix: typo
  • Loading branch information
SharkEzz authored Jan 3, 2022
1 parent ebf260a commit 01a0ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
push:
tags:
- 'v*'
- "v*"

jobs:
docker:
Expand All @@ -27,4 +27,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/sattrack:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/sattrack:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/sattrack:${{ github.ref_name }}

0 comments on commit 01a0ae3

Please sign in to comment.