Skip to content

Commit

Permalink
fix(workflow): Remove unnecesary matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
  • Loading branch information
miguelaeh committed Jan 17, 2024
1 parent 7355970 commit 86d5e43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ on:

jobs:
push_to_registry:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, self-hosted]
arch: [x64, arm64]

name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 86d5e43

Please sign in to comment.