Skip to content

Commit 2402fc9

Browse files
authored
Update release-update-repos.yml (#3473)
1 parent 636312f commit 2402fc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-update-repos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,9 @@ jobs:
600600
- name: Build and export to Docker locally
601601
uses: docker/build-push-action@v6
602602
with:
603-
context: docker
603+
context: .
604604
load: true
605+
no-cache: true
605606
tags: ${{ env.VERSION_BUILD }}
606607

607608
- name: Test docker container

0 commit comments

Comments
 (0)