Skip to content

Commit

Permalink
Add workflow for vault-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Mar 27, 2024
1 parent bdb9497 commit 1bd16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vault-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
sarif_file: trivy-results.sarif

- name: Test image
run: docker run --rm -t --cap-add IPC_LOCK ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }} --version
run: docker run --rm -t --cap-add IPC_LOCK ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }} vault --version

- name: Push amd64 & arm64 platform images
uses: docker/[email protected]
Expand Down

0 comments on commit 1bd16c9

Please sign in to comment.