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 Sep 3, 2024
1 parent 95e58bb commit c7a195a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ docker run \
--publish=7777:7777 \
--volume=${PWD}/${ACCOUNT}.json:/secrets/key.json \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/key.json \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:31693598f8e87e56b76cc321f958d1a4228edf9f \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:95e58bbd858b1a9059c449fe59bad7a8858516c5 \
--port=7777
```
Expand Down Expand Up @@ -337,7 +337,7 @@ podman run \
--name=gcp-oidc-token-proxy \
--secret=${SECRET} \
--env=GOOGLE_APPLICATION_CREDENTIALS=/run/secrets/${SECRET} \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:31693598f8e87e56b76cc321f958d1a4228edf9f \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:95e58bbd858b1a9059c449fe59bad7a8858516c5 \
--port=7777
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
restart: always
depends_on:
- prometheus
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:31693598f8e87e56b76cc321f958d1a4228edf9f
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:95e58bbd858b1a9059c449fe59bad7a8858516c5
container_name: gcp-oidc-token-proxy
command:
- --port=7777
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
mountPath: /etc/prometheus
readOnly: true
- name: gcp-oidc-token-proxy
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:31693598f8e87e56b76cc321f958d1a4228edf9f
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:95e58bbd858b1a9059c449fe59bad7a8858516c5
imagePullPolicy: Always
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
Expand Down

0 comments on commit c7a195a

Please sign in to comment.