Skip to content

Commit

Permalink
Update alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Sep 21, 2023
1 parent fadc296 commit c66835c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" ;;
Expand Down

0 comments on commit c66835c

Please sign in to comment.