Skip to content

Commit

Permalink
update ssl-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xdu-chenrj committed Oct 21, 2024
1 parent 614d584 commit 452f51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssl-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
-Dmaven.test.skip=true \
-Dspotless.skip=true \
-Pdocker,staging -Ddocker.tag=ci
- name: Export Docker Imagesa
- name: Export Docker Images
run: |
components=("master" "worker" "api" "tools" "alert-server")
for component in "${components[@]}"; do
docker save apache/dolphinscheduler-${component}-server:ci -o /tmp/${component}-image.tar \
docker save apache/dolphinscheduler-${component}:ci -o /tmp/${component}-image.tar \
&& du -sh /tmp/${component}-image.tar
done
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 452f51c

Please sign in to comment.