Skip to content

Commit

Permalink
fixup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Aug 9, 2023
1 parent 0c536ed commit e2b23c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: ci

on:
push:
paths:
- "Dockerfile"

workflow_dispatch:

Expand All @@ -18,6 +16,6 @@ jobs:
uses: SlashNephy/.github/.github/workflows/docker-build.yml@master
with:
image-name: ghcr.io/vivid-lapin/mitmproxy
image-platforms: linux/arm64/v8
image-platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
scan-image: false
context: .

0 comments on commit e2b23c2

Please sign in to comment.