refactor: rename git job to git-tag

`git-tag` is more meaningful than `git`.

PR: #36
This commit is contained in:
innovaker 2021-05-14 19:12:34 +01:00
parent 57a8ac1373
commit 18a92c3f0a

View File

@ -119,7 +119,7 @@ jobs:
docker push ghcr.io/${{ github.repository_owner }}/${{ steps.vars.outputs.candidate-tag }}
docker push ghcr.io/${{ github.repository_owner }}/${{ steps.vars.outputs.versions-tag }}
docker push ghcr.io/${{ github.repository_owner }}/${{ steps.vars.outputs.latest-tag }}
git:
git-tag:
runs-on: ubuntu-latest
needs: docker
if: ${{ startsWith(github.ref, 'refs/tags') }}