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 5f05f55 commit 163e67cCopy full SHA for 163e67c
.github/workflows/release.yaml
@@ -94,6 +94,13 @@ jobs:
94
ostype: [linux-gnu, linux-musl]
95
runs-on: ubuntu-latest
96
steps:
97
+ - name: Log in to the Container registry
98
+ if: ${{ needs.release.outputs.published == 'true' }}
99
+ uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
100
+ with:
101
+ registry: ghcr.io
102
+ username: ${{ github.actor }}
103
+ password: ${{ secrets.GITHUB_TOKEN }}
104
- name: Combine per architecture images into a single multi-arch manifest
105
run: |
106
docker pull ghcr.io/kong/template-github-release:${{ needs.release.outputs.release-git-tag }}-aarch64-${{ matrix.ostype }}
0 commit comments