We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49f0e9 commit 66ac383Copy full SHA for 66ac383
.github/workflows/release.yml
@@ -41,8 +41,6 @@ jobs:
41
fetch-depth: 0
42
- name: Set up Docker Buildx
43
uses: docker/setup-buildx-action@v3
44
- with:
45
- platform: linux/amd64,linux/arm64
46
- name: Log into Github registry
47
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
48
- name: Docker build
0 commit comments