diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff352ef..77e222e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,4 +76,6 @@ jobs: with: context: . push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/tasktracker:latest + tags: | + ${{ secrets.DOCKERHUB_USERNAME }}/tasktracker:v0.1.0 + ${{ secrets.DOCKERHUB_USERNAME }}/tasktracker:${{ github.sha }}