Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent 5a617ab commit 07de3a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Build Packages
run: |
docker buildx build --output type=local,dest=build --platform linux/${{ matrix.platform }} .
docker buildx build --cache-to type=gha --cache-from type=gha --platform linux/${{ matrix.platform }} .
release:
name: Release
Expand All @@ -94,6 +94,8 @@ jobs:
with:
token: ${{ secrets.SOMLENG_PERSONAL_ACCESS_TOKEN }}
path: skyetel
config_file: skyetel/release-please-config.json
manifest-file: skyetel/release-please-manifest.json

upload-packages:
name: Upload Packages
Expand Down Expand Up @@ -131,7 +133,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 07de3a3

Please sign in to comment.