Skip to content

Commit

Permalink
add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
dspashynskyi authored Oct 2, 2024
1 parent 9d84470 commit e102c99
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/upload_image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
on:
push:
branches:
- test
push:
branches:
- test

jobs:
Build_docker_image:
uses: epam/ai-dial-ci/.github/workflows/publish-to-gcr.yml@feat/add-e2e-gke
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

0 comments on commit e102c99

Please sign in to comment.