added ref tag

This commit is contained in:
Yannic Kilcher
2022-12-17 23:23:12 +01:00
parent 819ecaa8b3
commit e397f32bfa
+1
View File
@@ -41,6 +41,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ inputs.image-name }}
tags: |
type=sha,prefix=${{ env.TAG_PREFIX }},format=short
type=ref,event=tag
- name: Build and push Docker image
uses: docker/build-push-action@v3.2.0
with: