From 2c2e454c082cdf6e2b59040ff04b951bf072bac4 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Sat, 30 Jul 2022 19:37:39 +0000 Subject: [PATCH] chore: update workflows --- .github/workflows/action-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index f73c661..00030e6 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -31,7 +31,7 @@ jobs: # this is the most recent version of the image and also # tag it 'latest'. if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then - TAGS="$TAGS,${DOCKER_IMAGE}:latest" + TAGS="$TAGS,${DOCKER_IMAGE}" fi