Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp committed Feb 13, 2024
1 parent 320688d commit f8ef71f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./go
platforms: linux/arm64
push: true
tags: ${{ steps.meta-go.outputs.tags }}
labels: ${{ steps.meta-go.outputs.labels }}
Expand All @@ -49,7 +48,6 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./python
platforms: linux/arm64
push: true
tags: ${{ steps.meta-py.outputs.tags }}
labels: ${{ steps.meta-py.outputs.labels }}
Expand All @@ -63,7 +61,6 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./javascript
platforms: linux/arm64
push: true
tags: ${{ steps.meta-js.outputs.tags }}
labels: ${{ steps.meta-js.outputs.labels }}
Expand Down

0 comments on commit f8ef71f

Please sign in to comment.