Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Dec 12, 2023
1 parent 51ea61a commit 902b136
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
workflow_dispatch:
push:
branches: ["main"]
paths:
- 'Dockerfile*'
- '.github/**/*'

jobs:
push_to_registry:
Expand Down Expand Up @@ -42,7 +39,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm
file: ./Dockerfile.${{ matrix.os }}
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 902b136

Please sign in to comment.