Skip to content

Commit

Permalink
new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
counik committed Oct 8, 2024
1 parent 460a776 commit 9d70998
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions multi-arch-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "Testing multi-arch Docker builds"

on:
workflow_dispatch:

jobs:
task:
permissions:
contents: write
pull-requests: write
packages: write

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Auth to Cloud
uses: 'uwit-iam/action-auth-artifact-registry@main'
with:
credentials: "${{ secrets.MCI_GCLOUD_AUTH_JSON }}"

- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
tags: kevintest:latest

0 comments on commit 9d70998

Please sign in to comment.