Skip to content

Commit

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

europe-docker.pkg.dev/kyma-project/prod/ changes: cea435c...82cd35f (2024‑10‑25 → 2024‑10‑28)
  • Loading branch information
kyma-bot authored Oct 28, 2024
1 parent 0e6dc8f commit 49df7c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:v20241025-cea435c9
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241028-82cd35ff
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/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:v20241025-cea435c9
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20241028-82cd35ff
id: build
with:
args: --name=test-infra/ginkgo --context=. --dockerfile=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"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: automated-approver
image: europe-docker.pkg.dev/kyma-project/prod/automated-approver:v20241025-cea435c9
image: europe-docker.pkg.dev/kyma-project/prod/automated-approver:v20241028-82cd35ff
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down

0 comments on commit 49df7c6

Please sign in to comment.