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 Aug 29, 2023
1 parent 2aa9665 commit 2ba737b
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 @@ -272,7 +272,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:33763dcc975edac9b5c1799ccdab299d30e746cc \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:2aa9665a3229f60a6d6da3e947a56a224d9bd61b \
--port=7777
```
Expand Down Expand Up @@ -338,7 +338,7 @@ podman run \
--name=gcp-oidc-token-proxy \
--secret=${SECRET} \
--env=GOOGLE_APPLICATION_CREDENTIALS=/run/secrets/${SECRET} \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:33763dcc975edac9b5c1799ccdab299d30e746cc \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:2aa9665a3229f60a6d6da3e947a56a224d9bd61b \
--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:33763dcc975edac9b5c1799ccdab299d30e746cc
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:2aa9665a3229f60a6d6da3e947a56a224d9bd61b
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:33763dcc975edac9b5c1799ccdab299d30e746cc
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:2aa9665a3229f60a6d6da3e947a56a224d9bd61b
imagePullPolicy: Always
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
Expand Down

0 comments on commit 2ba737b

Please sign in to comment.