Skip to content

Commit

Permalink
Temporarily switch to dev branch of docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Dec 17, 2023
1 parent 87c3176 commit ea4d8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
type=sha,prefix=
- name: Build and push image
uses: stackhpc/github-actions/docker-multiarch-build-push@master
uses: stackhpc/github-actions/docker-multiarch-build-push@allow-continue-after-scan
with:
cache-key: ${{ matrix.component }}-base
context: ./images/${{ matrix.component }}-base
platforms: linux/amd64 #,linux/arm64
push: true
tags: ${{ steps.image-meta.outputs.tags }}
labels: ${{ steps.image-meta.outputs.labels }}
fail_on_high_severity_cve: false

build_push_chart:
name: Build and push Helm chart
Expand Down

0 comments on commit ea4d8b1

Please sign in to comment.