From 49d9459df805f63698d0a25107f6cbd6cf4bf399 Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 25 Mar 2022 15:36:59 +0100 Subject: [PATCH] Ensure deploy tag is present --- .github/workflows/aaa-reuse-deploy-images.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/aaa-reuse-deploy-images.yml b/.github/workflows/aaa-reuse-deploy-images.yml index d2efcde..11422b9 100644 --- a/.github/workflows/aaa-reuse-deploy-images.yml +++ b/.github/workflows/aaa-reuse-deploy-images.yml @@ -97,6 +97,10 @@ jobs: image: tonistiigi/binfmt:latest platforms: all + - name: "[SETUP] Determine Docker tag" + id: tag + uses: cytopia/docker-tag-action@v0.4.15 + - name: "[SETUP] Set artifact names" id: set-artifact-name run: |