attempt to hardcode tag to 3.9 w/ burnettk
This commit is contained in:
parent
56095b6133
commit
d1d21e38d5
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue