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 -1
View File
@@ -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 }}