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 2aa4da2 commit 8667f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
REGISTRY: docker.io
# This could be ${{ github.repository }}
IMAGE_NAME: tokendito/tokendito
DOCKER_CONTENT_TRUST: 1

jobs:
dockerhubpublish:
Expand Down Expand Up @@ -48,6 +47,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
env:
DOCKER_CONTENT_TRUST: 1
- name: Sign and push docker image
uses: sudo-bot/action-docker-sign@latest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 8667f53

Please sign in to comment.