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 }}