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 0536908 commit a8ab5bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Docker Image CI
on:
push:
branches: [ "main", "test" ]
# don't trigger if just updating docs
paths-ignore:
- "**.md"
pull_request:
branches: [ "main", "test" ]

Expand Down Expand Up @@ -36,6 +39,7 @@ jobs:
with:
context: ./go
push: true
platforms: linux/arm64
tags: ${{ steps.meta-go.outputs.tags }}
labels: ${{ steps.meta-go.outputs.labels }}
# Python image
Expand All @@ -49,6 +53,7 @@ jobs:
with:
context: ./python
push: true
platforms: linux/arm64
tags: ${{ steps.meta-py.outputs.tags }}
labels: ${{ steps.meta-py.outputs.labels }}
# Javascript image
Expand All @@ -62,6 +67,7 @@ jobs:
with:
context: ./javascript
push: true
platforms: linux/arm64
tags: ${{ steps.meta-js.outputs.tags }}
labels: ${{ steps.meta-js.outputs.labels }}

0 comments on commit a8ab5bd

Please sign in to comment.