Commit 9ad7d71 1 parent bcb6ac7 commit 9ad7d71 Copy full SHA for 9ad7d71
File tree 2 files changed +9
-2
lines changed
ansible/roles/docker-swarm-app-caddy/assets
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 40
40
# https://github.com/sigstore/cosign-installer
41
41
- name : Install cosign
42
42
if : github.event_name != 'pull_request'
43
- uses : sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
43
+ uses : sigstore/cosign-installer@v3.4.0
44
44
with :
45
- cosign-release : ' v2.1.1 '
45
+ cosign-release : ' v2.2.2 '
46
46
47
47
# Set up BuildKit Docker container builder to be able to build
48
48
# multi-platform images and export cache
Original file line number Diff line number Diff line change
1
+ # Caddy Role Assets
2
+
3
+ ## Validating default config
4
+
5
+ ``` bash
6
+ docker run -v $PWD :/var/data/caddy ghcr.io/xnok/infra-bootstrap-tools-caddy:main caddy validate -c /var/data/caddy/Caddyfile
7
+ ```
You can’t perform that action at this time.
0 commit comments