File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : " debug: Inspect the base alpine image postgres:${{ matrix.postgres }}-alpine${{ env.ALPINE_VERSION }} "
111
111
if : ${{ env.VARIANT == 'alpine' }}
112
- run : docker pull postgres:${{ matrix.postgres }}-alpine{{ env.ALPINE_VERSION }} && docker inspect postgres:${{ matrix.postgres }}-alpine{{ env.ALPINE_VERSION }}
112
+ run : docker pull postgres:${{ matrix.postgres }}-alpine$ {{ env.ALPINE_VERSION }} && docker inspect postgres:${{ matrix.postgres }}-alpine$ {{ env.ALPINE_VERSION }}
113
113
env :
114
114
DOCKER_DEFAULT_PLATFORM : ${{ matrix.platforms }}
115
115
PLATFORM : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 58
58
59
59
- name : " debug: Inspect the base alpine image postgres:${{ matrix.postgres }}-alpine${{ env.ALPINE_VERSION }} "
60
60
if : ${{ env.VARIANT == 'alpine' }}
61
- run : docker pull postgres:${{ matrix.postgres }}-alpine{{ env.ALPINE_VERSION }} && docker inspect postgres:${{ matrix.postgres }}-alpine{{ env.ALPINE_VERSION }}
61
+ run : docker pull postgres:${{ matrix.postgres }}-alpine$ {{ env.ALPINE_VERSION }} && docker inspect postgres:${{ matrix.postgres }}-alpine$ {{ env.ALPINE_VERSION }}
62
62
63
63
- name : Build docker image for ${{ env.VERSION }} ${{ env.VARIANT }}${{ env.TAG_POSTFIX }}
64
64
run : make test
You can’t perform that action at this time.
0 commit comments