Skip to content

Commit

Permalink
compare working for all versions (fixes #23) (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Sep 26, 2023
1 parent bf10adb commit ba8be52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
export DOCKER_CLI_EXPERIMENTAL=enabled
tags="$name-tags"
repo="$tags:${{ matrix.arch }}-${{ matrix.version }}"
base="treehouses/alpine-tags:${{ matrix.arch }}"
base="treehouses/alpine-tags:${{ matrix.arch }}-${{ matrix.version }}"
docker pull -q $base &>/dev/null
docker pull -q $repo &>/dev/null
basesha=$(docker image inspect $base | jq --raw-output '.[0].RootFS.Layers|.[]')
Expand Down

0 comments on commit ba8be52

Please sign in to comment.