You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ jobs:
35
35
TAG: mellanox/${{ env.IMAGE_NAME }}
36
36
run: |
37
37
echo "Docker tags will be: $DOCKER_TAGS"
38
-
for docker_tag in $DOCKER_TAGS; do
39
-
make VERSION=$docker_tag image-build-multiarch image-push-multiarch
40
-
done
38
+
# for docker_tag in $DOCKER_TAGS; do
39
+
# make VERSION=$docker_tag image-build-multiarch image-push-multiarch # TODO: uncomment after testing
40
+
# done
41
41
outputs:
42
42
default_branch: ${{ env.DEFAULT_BRANCH }} # we output this here, to use in the following job's conditioning (due to github actions environment variable scope limitations).
43
43
@@ -71,14 +71,15 @@ jobs:
71
71
run: |
72
72
git_sha=$(git rev-parse --short HEAD) # short git commit hash
0 commit comments