|
|
@@ -184,7 +184,7 @@ jobs:
|
|
184
|
184
|
ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-amd64,
|
|
185
|
185
|
ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-arm64v8,
|
|
186
|
186
|
ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-armv7,
|
|
187
|
|
- ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-i386
|
|
|
187
|
+# ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-i386
|
|
188
|
188
|
push: true
|
|
189
|
189
|
|
|
190
|
190
|
# Create and push manifest for :latest tag
|
|
|
@@ -196,7 +196,7 @@ jobs:
|
|
196
|
196
|
ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-amd64,
|
|
197
|
197
|
ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-arm64v8,
|
|
198
|
198
|
ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-armv7,
|
|
199
|
|
- ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-i386
|
|
|
199
|
+# ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-i386
|
|
200
|
200
|
push: true
|
|
201
|
201
|
|
|
202
|
202
|
# Build and push single-arch Docker images to ghcr.io
|
|
|
@@ -229,7 +229,7 @@ jobs:
|
|
229
|
229
|
|
|
230
|
230
|
- name: Set up QEMU
|
|
231
|
231
|
uses: docker/setup-qemu-action@v3
|
|
232
|
|
-
|
|
|
232
|
+
|
|
233
|
233
|
- name: Set up Docker Buildx
|
|
234
|
234
|
uses: docker/setup-buildx-action@v3
|
|
235
|
235
|
|
|
|
@@ -240,7 +240,7 @@ jobs:
|
|
240
|
240
|
registry: ghcr.io
|
|
241
|
241
|
username: ${{ github.actor }}
|
|
242
|
242
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
243
|
|
-
|
|
|
243
|
+
|
|
244
|
244
|
- name: Extract metadata (tags, labels) for Docker
|
|
245
|
245
|
id: meta
|
|
246
|
246
|
uses: docker/metadata-action@v5
|