From b205190397cdfc772fe166026baedb1912ad876e Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 5 May 2022 18:39:12 -0400 Subject: [PATCH] do the exact same thing the other docker images are doing --- .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 4e8cfbf..d942095 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: 3.9 + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}