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 Feb 9, 2022
1 parent 465c86f commit 80d31ca
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:55b3b09d45dce5de61df08bda7f8eae3c50099c8
ghcr.io/dazwilkin/gcp-exporter:465c86f376e4515a946ae253ab6948fc39c8461a
```

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

> **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:55b3b09d45dce5de61df08bda7f8eae3c50099c8
image: ghcr.io/dazwilkin/gcp-exporter:465c86f376e4515a946ae253ab6948fc39c8461a
container_name: gcp-exporter
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json
Expand Down Expand Up @@ -194,7 +194,7 @@ podman run \
--name=gcp-exporter \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/key.json \
--volume=/home/pi/.config/gcloud/application_default_credentials.json:/secrets/key.json \
ghcr.io/dazwilkin/gcp-exporter:55b3b09d45dce5de61df08bda7f8eae3c50099c8
ghcr.io/dazwilkin/gcp-exporter:465c86f376e4515a946ae253ab6948fc39c8461a
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:55b3b09d45dce5de61df08bda7f8eae3c50099c8
image: ghcr.io/dazwilkin/gcp-exporter:465c86f376e4515a946ae253ab6948fc39c8461a
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:55b3b09d45dce5de61df08bda7f8eae3c50099c8
image: ghcr.io/dazwilkin/gcp-exporter:465c86f376e4515a946ae253ab6948fc39c8461a
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /secrets/client_secrets.json
Expand Down

0 comments on commit 80d31ca

Please sign in to comment.