We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9e018 commit 11a7b1fCopy full SHA for 11a7b1f
.github/workflows/build-all-images.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: "Checkout git"
13
uses: actions/checkout@v4.2.2
14
- name: "Build All images"
15
- run: go run build_all_images_go
+ run: go run build_all_images.go
16
- name: "Authorize to docker hub"
17
run: echo ${{ secrets.DOCKER_TOKEN }} | docker login --username ziemniakoss --password-stdin
18
- name: "Push tags to docker"
0 commit comments