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
|
||||
strategy:
|
||||
matrix:
|
||||
architecture: [amd64, arm64]
|
||||
os: [alpine, debian, ubuntu]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -27,6 +26,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.${{ matrix.os }}
|
||||
platforms: linux/${{ matrix.architecture }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: kkrypt0nn/wordlists:${{ matrix.os }}-latest
|
||||
|
||||
Reference in New Issue
Block a user