Skip to content

Commit 11a7b1f

Browse files
committed
hotfix fix script path
1 parent 6d9e018 commit 11a7b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "Checkout git"
1313
uses: actions/checkout@v4.2.2
1414
- name: "Build All images"
15-
run: go run build_all_images_go
15+
run: go run build_all_images.go
1616
- name: "Authorize to docker hub"
1717
run: echo ${{ secrets.DOCKER_TOKEN }} | docker login --username ziemniakoss --password-stdin
1818
- name: "Push tags to docker"

0 commit comments

Comments
 (0)