Skip to content

Commit 86d5e43

Browse files
committed
fix(workflow): Remove unnecesary matrix
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
1 parent 7355970 commit 86d5e43

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker-publish.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ on:
2020

2121
jobs:
2222
push_to_registry:
23-
runs-on: ${{ matrix.os }}
24-
strategy:
25-
matrix:
26-
os: [ubuntu-latest, self-hosted]
27-
arch: [x64, arm64]
28-
2923
name: Push Docker image to Docker Hub
3024
runs-on: ubuntu-latest
3125
steps:

0 commit comments

Comments
 (0)