We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de72532 commit bfe986fCopy full SHA for bfe986f
.github/workflows/docker.yml
@@ -59,7 +59,7 @@ jobs:
59
60
runs-on: ubuntu-latest
61
62
- name: "Sqlcmd v${{ matrix.version.sqlcmd }} (Alpine ${{ matrix.version.ubuntu }})"
+ name: "Sqlcmd v${{ matrix.version.sqlcmd }} (Alpine ${{ matrix.version.alpine }})"
63
64
steps:
65
- uses: actions/checkout@v3
@@ -104,7 +104,7 @@ jobs:
104
run: |
105
docker build -f alpine/Dockerfile \
106
-t '${{ env.IMAGE_NAME_FULL }}' \
107
- -t '${{ env.IMAGE_NAME_UBUNTU_FULL }}' \
+ -t '${{ env.IMAGE_NAME_ALPINE_FULL }}' \
108
'--build-arg=ALPINE_VERSION=${{ matrix.version.alpine }}' \
109
\
110
'--build-arg=MSSQLTOOLS_VERSION=${{ matrix.version.sqlcmd }}' \
0 commit comments