refactor: rename git
job to git-tag
`git-tag` is more meaningful than `git`. PR: #36
This commit is contained in:
parent
57a8ac1373
commit
18a92c3f0a
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -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') }}
|
||||
|
Loading…
Reference in New Issue
Block a user