Ensure deploy tag is present

This commit is contained in:
cytopia
2022-03-25 15:36:59 +01:00
parent efad9eaa48
commit 49d9459df8

View File

@@ -97,6 +97,10 @@ jobs:
image: tonistiigi/binfmt:latest image: tonistiigi/binfmt:latest
platforms: all platforms: all
- name: "[SETUP] Determine Docker tag"
id: tag
uses: cytopia/docker-tag-action@v0.4.15
- name: "[SETUP] Set artifact names" - name: "[SETUP] Set artifact names"
id: set-artifact-name id: set-artifact-name
run: | run: |