Skip to content

Commit

Permalink
update base ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 18, 2024
1 parent 3750696 commit 1085e8d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/base.ci.yaml → .github/workflows/base.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "base-ci"
name: "base"

on:
schedule:
Expand Down Expand Up @@ -34,9 +34,14 @@ jobs:
- name: Build and push
uses: docker/[email protected]
with:
context: base/
context: base/
tags: portainer/base:latest
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le
sbom: true
provenance: true
platforms: |
linux/amd64
linux/arm64
linux/arm
linux/ppc64le
attests: |
type=sbom,generator=docker/scout-sbom-indexer:latest
type=provenance,mode=max
push: true

0 comments on commit 1085e8d

Please sign in to comment.