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 Jul 2, 2024
1 parent e5dcd57 commit 150f502
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:8cb9f6c6ee6ebeb10ef71b44525e574bbe22098c
ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33
```

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

> **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:8cb9f6c6ee6ebeb10ef71b44525e574bbe22098c
image: ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33
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:8cb9f6c6ee6ebeb10ef71b44525e574bbe22098c
ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33
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:8cb9f6c6ee6ebeb10ef71b44525e574bbe22098c
image: ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33
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:8cb9f6c6ee6ebeb10ef71b44525e574bbe22098c
image: ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /secrets/client_secrets.json
Expand Down

0 comments on commit 150f502

Please sign in to comment.