Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp committed Mar 28, 2024
1 parent 8c9e168 commit b8c02e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# don't trigger if just updating docs
paths-ignore:
- "**.md"
pull_request:
branches: [ "main", "test" ]
# pull_request:
# branches: [ "main", "test" ]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
with:
context: ./go
push: true
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta-go.outputs.tags }}
labels: ${{ steps.meta-go.outputs.labels }}
# Python image
Expand Down

0 comments on commit b8c02e4

Please sign in to comment.