Skip to content

Commit 9ad7d71

Browse files
committed
chore: upgreade cosogn action to see if it solve the signing issue
1 parent bcb6ac7 commit 9ad7d71

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/docker-caddy-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
# https://github.com/sigstore/cosign-installer
4141
- name: Install cosign
4242
if: github.event_name != 'pull_request'
43-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
43+
uses: sigstore/cosign-installer@v3.4.0
4444
with:
45-
cosign-release: 'v2.1.1'
45+
cosign-release: 'v2.2.2'
4646

4747
# Set up BuildKit Docker container builder to be able to build
4848
# multi-platform images and export cache
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
```

0 commit comments

Comments
 (0)