We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5052596 commit 7b19905Copy full SHA for 7b19905
.github/workflows/release_branches.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Upload images files to artifacts
59
uses: actions/upload-artifact@v4
60
with:
61
- name: changed_images
+ name: changed_images_amd64
62
path: ${{ runner.temp }}/docker_images_check/changed_images_amd64.json
63
DockerHubPush:
64
needs: [DockerHubPushAmd64, DockerHubPushAarch64]
0 commit comments