attempt to hardcode tag to 3.9 w/ burnettk

This commit is contained in:
jasquat 2022-05-06 09:35:05 -04:00
parent 56095b6133
commit d1d21e38d5
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:3.9
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}