ci: Manual platforms architecture
For some reason it doesn't push all the possible images like that
This commit is contained in:
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@@ -10,7 +10,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
architecture: [amd64, arm64]
|
|
||||||
os: [alpine, debian, ubuntu]
|
os: [alpine, debian, ubuntu]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -27,6 +26,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.${{ matrix.os }}
|
file: ./Dockerfile.${{ matrix.os }}
|
||||||
platforms: linux/${{ matrix.architecture }}
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: kkrypt0nn/wordlists:${{ matrix.os }}-latest
|
tags: kkrypt0nn/wordlists:${{ matrix.os }}-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user