From c66835c93f63b82a064d91495db826a4e45b93db Mon Sep 17 00:00:00 2001 From: dogi Date: Thu, 21 Sep 2023 04:48:31 -0400 Subject: [PATCH] Update alpine.yml --- .github/workflows/alpine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 9713f4d..84833db 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -34,8 +34,8 @@ jobs: run: | export DOCKER_CLI_EXPERIMENTAL=enabled name="treehouses/alpine" - tags=$name"-tags" - repo="$tags":${{ matrix.arch }}" + tags="$name-tags" + repo="$tags:${{ matrix.arch }}" #repo="treehouses/alpine-tags:${{ matrix.arch }}-${{ matrix.version }}" case ${{ matrix.arch }} in amd64) : "amd64/alpine:${{ matrix.version }}" ;;