Skip to content

Commit

Permalink
Initial stab of this workflow (#28180)
Browse files Browse the repository at this point in the history
* Initial checkin

* Updating
  • Loading branch information
woody-apple authored and pull[bot] committed Feb 13, 2024
1 parent a1c6880 commit 9614689
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-cert-bins.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Certification Image
on:
workflow_call:
jobs:
build-cert-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ghcr.io/project-chip/chip-cert-bins
tags: latest
dockerfile: ./integrations/docker/images/chip-cert-bins/Dockerfile
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
platforms: linux/amd64,linux/arm64,linux/arm

0 comments on commit 9614689

Please sign in to comment.