Skip to content

Commit

Permalink
publish fix
Browse files Browse the repository at this point in the history
Signed-off-by: Collin McNeese <collinmcneese@github.com>
  • Loading branch information
collinmcneese committed May 3, 2024
1 parent f7d0f03 commit 1e64143
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high

- name: Output Collector
id: output-collector
uses: collinmcneese/file-output-collector@main
Expand Down Expand Up @@ -162,7 +157,7 @@ jobs:
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
context: ./docker
push: false
push: true
labels: ${{ steps.meta-docker.outputs.labels }}
platforms: "${{ matrix.os }}/${{ matrix.arch }}"
load: true
Expand Down

0 comments on commit 1e64143

Please sign in to comment.