Skip to content

Commit

Permalink
Bumping test-infra and testimages
Browse files Browse the repository at this point in the history
No eu.gcr.io/kyma-project/test-infra/ changes.

Multiple distinct europe-docker.pkg.dev/kyma-project/prod/ changes:

Commits | Dates | Images
--- | --- | ---
63f4f2b...d3f0849 | 2024‑06‑21 → 2024‑10‑10 | prod/image-builder
bc42bcd...d3f0849 | 2024‑09‑27 → 2024‑10‑10 | prod/image-autobumper
aa6bbc2...d3f0849 | 2024‑10‑07 → 2024‑10‑10 | prod/markdown-index
36d14dd...d3f0849 | 2024‑10‑07 → 2024‑10‑10 | prod/image-builder
  • Loading branch information
kyma-bot committed Oct 14, 2024
1 parent a8f7bb7 commit 6d91c1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/image-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
id: prepare-tags
shell: bash
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241007-36d14dd7
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241010-d3f08490
id: build
with:
args: --name=${{ inputs.image-name }} --context=${{ inputs.context }} --dockerfile=${{ inputs.dockerfile }} --azure-access-token=${{ inputs.ado-token }} --oidc-token=${{ inputs.oidc-token }} ${{ steps.prepare-build-args.outputs.build-args }} ${{ steps.prepare-tags.outputs.tags }} --export-tags=${{ inputs.export-tags }} --config=${{ inputs.config }} --env-file=${{ inputs.env-file }} --build-in-ado=true
2 changes: 1 addition & 1 deletion .github/workflows/autobump-docs-index-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
-v ${{ github.workspace }}:/github/test-infra \
--workdir /github/test-infra \
--user $UID \
europe-docker.pkg.dev/kyma-project/prod/markdown-index:v20241007-aa6bbc21 \
europe-docker.pkg.dev/kyma-project/prod/markdown-index:v20241010-d3f08490 \
--config=${{ env.AUTOBUMP_CONFIG_PATH }} \
--labels-override=kind/chore,area/documentation
2 changes: 1 addition & 1 deletion .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
-v ${{ github.workspace }}:/github/workspace \
--workdir /github/workspace \
--user $UID \
europe-docker.pkg.dev/kyma-project/prod/markdown-index:v20241007-aa6bbc21 \
europe-docker.pkg.dev/kyma-project/prod/markdown-index:v20241010-d3f08490 \
--config=${{ env.AUTOBUMP_CONFIG_PATH }} \
--labels-override=kind/chore,area/documentation
2 changes: 1 addition & 1 deletion .github/workflows/image-autobumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
docker-image:
description: 'Docker image with tag to be used'
default: 'europe-docker.pkg.dev/kyma-project/prod/image-autobumper:v20240927-bc42bcd3'
default: 'europe-docker.pkg.dev/kyma-project/prod/image-autobumper:v20241010-d3f08490'
type: string
autobump-config-path:
description: 'Path to the autobump config file, relative to the repository root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-validate-kaniko-build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
secrets: |-
ado-pat:${{ vars.GCP_KYMA_PROJECT_PROJECT_ID }}/${{ vars.IMAGE_BUILDER_ADO_PAT_GCP_SECRET_NAME }}
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20240621-63f4f2b1
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241010-d3f08490
id: build
with:
args: --name=test-infra/ginkgo --context=. --dockerfile=prow/images/ginkgo/Dockerfile --azure-access-token=${{ steps.secrets.outputs.ado-pat }} --oidc-token=${{ steps.get_oidc.outputs.jwt }} --env-file='envs' --build-in-ado=true --test-kaniko-build-config=true --config="./configs/image-builder-client-config.yaml"

0 comments on commit 6d91c1a

Please sign in to comment.