Skip to content

Commit

Permalink
feat: add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
dspashynskyi authored Oct 3, 2024
1 parent e102c99 commit 23a151a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upload_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
uses: 'actions/checkout@v4'

build_docker_image:
uses: epam/ai-dial-ci/.github/workflows/publish-to-gcr.yml@feat/add-e2e-gke
uses: epam/ai-dial-ci/.github/workflows/publish-to-gcr.yml@feat/add-e2e-gke
secrets:
create_credentials_file: true
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SA_EMAIL }}

0 comments on commit 23a151a

Please sign in to comment.