Skip to content

Commit

Permalink
signing support (action)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmxgti committed Feb 24, 2023
1 parent 7781fe5 commit d6eea2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push
- name: Build container
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
push: false
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
sbom: true
Expand Down

0 comments on commit d6eea2e

Please sign in to comment.