Skip to content

Commit c676f09

Browse files
committed
fix(docker-build-images): remove useless checkout
1 parent 9c83da4 commit c676f09

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker-build-images.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ jobs:
198198
path: ./self-workflow
199199
repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
200200
ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}
201-
- uses: actions/checkout@v4
202-
with:
203-
path: ./self-workflow
204-
repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
205-
ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}
206201
- run: |
207202
echo "self-workflow" >> .gitignore
208203
echo "self-workflow" >> .dockerignore
@@ -286,7 +281,7 @@ jobs:
286281
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
287282
- id: oidc
288283
uses: ChristopherHX/oidc@v2
289-
- uses: actions/checkout@v4 # checks out called workflow
284+
- uses: actions/checkout@v4
290285
with:
291286
path: ./self-workflow
292287
repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}

0 commit comments

Comments
 (0)