From f7695f47f3283c51b1bf06bc43301f6199968c20 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 14 Jul 2021 11:08:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20tmp:=20disable=20github.ref=20in?= =?UTF-8?q?=20docker-image-tag=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image-tag.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-tag.yml b/.github/workflows/docker-image-tag.yml index c4c748663..a55587fb3 100644 --- a/.github/workflows/docker-image-tag.yml +++ b/.github/workflows/docker-image-tag.yml @@ -29,5 +29,4 @@ jobs: # The desired tag for the image: latest + . Defaults to current branch or release version number. tags: | latest - ${{ github.sha }} - ${{ github.ref }} + ${{ github.sha }} \ No newline at end of file