From f8405e298c99e306547bd274d642ce3c3e8c0752 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 26 Jun 2020 17:17:33 -0500 Subject: [PATCH] ci: removed tagging image with git SHA since it seemed like too many --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 581e8ad9..13fca80b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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