From fadc2960386a2fabd8ced859b91d474e030c13ec Mon Sep 17 00:00:00 2001 From: dogi Date: Thu, 21 Sep 2023 04:45:19 -0400 Subject: [PATCH] Update alpine.yml --- .github/workflows/alpine.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index e5ebc27..9713f4d 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -29,15 +29,13 @@ jobs: steps: - name: checkout repository uses: actions/checkout@v4 - - name: container registries - run: | - docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} - docker login docker.io -u ${{ secrets.DOCKERUSERNAME }} -p ${{ secrets.DOCKERAPIKEY }} - name: compare image id: set-flag run: | export DOCKER_CLI_EXPERIMENTAL=enabled - repo="treehouses/alpine-tags:${{ matrix.arch }}" + name="treehouses/alpine" + tags=$name"-tags" + repo="$tags":${{ matrix.arch }}" #repo="treehouses/alpine-tags:${{ matrix.arch }}-${{ matrix.version }}" case ${{ matrix.arch }} in amd64) : "amd64/alpine:${{ matrix.version }}" ;;