ci: removed tagging image with git SHA since it seemed like too many

This commit is contained in:
Geoff Bourne
2020-06-26 17:17:33 -05:00
parent 539159ba50
commit f8405e298c

View File

@@ -33,7 +33,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_with_ref: true
tag_with_sha: true
tag_with_sha: false
cache_froms: itzg/minecraft-server:latest
add_git_labels: true
push: true