|
|
@@ -171,8 +171,8 @@ jobs:
|
|
171
|
171
|
uses: Noelware/docker-manifest-action@master
|
|
172
|
172
|
if: github.event_name != 'workflow_dispatch'
|
|
173
|
173
|
with:
|
|
174
|
|
- base-image: ghcr.io/${{ github.repository }}-s6:${{ env.GIT_TAG }}
|
|
175
|
|
- extra-images: |
|
|
|
174
|
+ tags: ghcr.io/${{ github.repository }}-s6:${{ env.GIT_TAG }}
|
|
|
175
|
+ inputs: |
|
|
176
|
176
|
ghcr.io/${{ github.repository }}-s6:${{ env.GIT_TAG }}-amd64,
|
|
177
|
177
|
ghcr.io/${{ github.repository }}-s6:${{ env.GIT_TAG }}-arm64v8,
|
|
178
|
178
|
ghcr.io/${{ github.repository }}-s6:${{ env.GIT_TAG }}-armv7,
|
|
|
@@ -183,8 +183,8 @@ jobs:
|
|
183
|
183
|
- name: Create and push manifest (:major)
|
|
184
|
184
|
uses: Noelware/docker-manifest-action@master
|
|
185
|
185
|
with:
|
|
186
|
|
- base-image: ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}
|
|
187
|
|
- extra-images: |
|
|
|
186
|
+ tags: ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}
|
|
|
187
|
+ inputs: |
|
|
188
|
188
|
ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-amd64,
|
|
189
|
189
|
ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-arm64v8,
|
|
190
|
190
|
ghcr.io/${{ github.repository }}-s6:${{ env.MAJOR_TAG }}-armv7,
|
|
|
@@ -195,8 +195,8 @@ jobs:
|
|
195
|
195
|
- name: Create and push manifest (:latest)
|
|
196
|
196
|
uses: Noelware/docker-manifest-action@master
|
|
197
|
197
|
with:
|
|
198
|
|
- base-image: ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}
|
|
199
|
|
- extra-images: |
|
|
|
198
|
+ tags: ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}
|
|
|
199
|
+ inputs: |
|
|
200
|
200
|
ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-amd64,
|
|
201
|
201
|
ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-arm64v8,
|
|
202
|
202
|
ghcr.io/${{ github.repository }}-s6:${{ env.LATEST_TAG }}-armv7,
|