From 6153e7c2741d658a7187637910d1466d92797780 Mon Sep 17 00:00:00 2001 From: Chris <4241286+Milkshak3s@users.noreply.github.com> Date: Sun, 26 Feb 2023 15:47:57 -0800 Subject: [PATCH] Update publish_image_on_push.yml --- .github/workflows/publish_image_on_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image_on_push.yml b/.github/workflows/publish_image_on_push.yml index 508ba7909bb..0cffe05cd57 100644 --- a/.github/workflows/publish_image_on_push.yml +++ b/.github/workflows/publish_image_on_push.yml @@ -42,7 +42,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: - type=ref,event=push + type=ref,event=branch type=sha,format=long - name: Build and push Docker image