Skip to content

feat: add checkout step #4

feat: add checkout step

feat: add checkout step #4

Workflow file for this run

on:
push:
branches:
- test
jobs:
checkout_Dockerfile:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- id: checkout
name: checkout Dockerfile
uses: 'actions/checkout@v4'
build_docker_image:
uses: epam/ai-dial-ci/.github/workflows/publish-to-gcr.yml@feat/add-e2e-gke
secrets:
create_credentials_file: true

Check failure on line 21 in .github/workflows/upload_image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload_image.yml

Invalid workflow file

The workflow is not valid. .github/workflows/upload_image.yml (Line: 21, Col: 32): Invalid secret, create_credentials_file is not defined in the referenced workflow. .github/workflows/upload_image.yml (Line: 22, Col: 35): Invalid secret, workload_identity_provider is not defined in the referenced workflow.
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SA_EMAIL }}