We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8226f8 commit 09027e8Copy full SHA for 09027e8
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
packages: write
28
outputs:
29
version: ${{ steps.version.outputs.version }}
30
+ go_version: ${{ matrix.GO_VERSION }}
31
steps:
32
- uses: actions/checkout@v4
33
with:
@@ -167,7 +168,7 @@ jobs:
167
168
run: |
169
VERSION="${{ needs.build-artifacts.outputs.version }}"
170
docker buildx build . \
- --build-arg "GO_VERSION=${{ needs.build-artifacts.outputs.version }}" \
171
+ --build-arg "GO_VERSION=${{ needs.build-artifacts.outputs.go_version }}" \
172
-f test/ct-test-srv/Dockerfile \
173
--platform linux/amd64,linux/arm64 \
174
-t "ghcr.io/${{ github.repository_owner }}/ct-test-srv:${{ github.ref_name }}-go${VERSION}" \
0 commit comments