Skip to content

Commit

Permalink
GitHub Actions update image references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 11, 2024
1 parent b922b50 commit 2bb2e82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docker run \
--publish=${PORT}:${PORT} \
--volume=${CREDENTIALS}:/secrets/client_secrets.json \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json \
ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f
```

### [Sigstore](https://www.sigstore.dev/)
Expand All @@ -62,7 +62,7 @@ ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f
```

> **NOTE** `cosign.pub` may be downloaded [here](./cosign.pub)
Expand All @@ -83,7 +83,7 @@ docker-compose up

```YAML
gcp-exporter:
image: ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
image: ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f
container_name: gcp-exporter
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json
Expand Down Expand Up @@ -208,7 +208,7 @@ podman run \
--name=gcp-exporter \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/key.json \
--volume=/home/userid/.config/gcloud/application_default_credentials.json:/secrets/key.json \
ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f
podman run \
--detach --tty --rm \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
- 9093:9093

gcp-exporter:
image: ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
image: ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f
container_name: gcp-exporter
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json
Expand Down
2 changes: 1 addition & 1 deletion kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ items:
spec:
containers:
- name: gcp-exporter
image: ghcr.io/dazwilkin/gcp-exporter:2e424b94f4d9a0800a5b6a87982e393b473c34aa
image: ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /secrets/client_secrets.json
Expand Down

0 comments on commit 2bb2e82

Please sign in to comment.