Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed May 18, 2023
1 parent 1559fe8 commit df37dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Add additional inputs
id: augmented-inputs
env:
EXTRA_INPUT_APKO_IMAGE: ghcr.io/wolfi-dev/apko:latest@sha256:d0d35729ac785d5bc15d50a1d99ea9a2aef565779fadf37235edfc9b30a10e75
EXTRA_INPUT_APKO_IMAGE: ghcr.io/wolfi-dev/apko:latest@sha256:3b4007a35795c32c1e64aa4acb1541051778248121a4af212d9d4b1930aed14c
run: |
# convert env vars beginning with "EXTRA_INPUT_"
# to camelcased input variables passed to next step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Add additional inputs
id: augmented-inputs
env:
EXTRA_INPUT_APKO_IMAGE: ghcr.io/wolfi-dev/apko:latest@sha256:d0d35729ac785d5bc15d50a1d99ea9a2aef565779fadf37235edfc9b30a10e75
EXTRA_INPUT_APKO_IMAGE: ghcr.io/wolfi-dev/apko:latest@sha256:3b4007a35795c32c1e64aa4acb1541051778248121a4af212d9d4b1930aed14c
run: |
# convert env vars beginning with "EXTRA_INPUT_"
# to camelcased input variables passed to next step
Expand Down

0 comments on commit df37dfa

Please sign in to comment.