From d1d21e38d528f4901009ce6dfb0da7ee14ac4fcb Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 6 May 2022 09:35:05 -0400 Subject: [PATCH] attempt to hardcode tag to 3.9 w/ burnettk --- .github/workflows/create-docker-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-docker-action.yml b/.github/workflows/create-docker-action.yml index be465dc..716e489 100644 --- a/.github/workflows/create-docker-action.yml +++ b/.github/workflows/create-docker-action.yml @@ -38,5 +38,5 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:3.9 labels: ${{ steps.meta.outputs.labels }}