Skip to content

Commit

Permalink
[type:feat] update shenyu k8s yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Sep 26, 2023
1 parent 0d571ae commit e2b7952
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/e2e-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,14 @@ jobs:

- name: Build Docker Image
run: |
docker save apche/shenyu-admin:latest > /tmp/apache-shenyu-admin_latest.tar
docker save -o shenyu-bootstrap_latest.tar /tmp/apache-shenyu-bootstrap_latest.tar
docker image ls -a
docker save apache/shenyu-admin:latest | gzip > /tmp/apache-shenyu-admin.tar.gz
docker save apache/shenyu-bootstrap:latest | gzip > /tmp/apache-shenyu-bootstrap.tar.gz
- name: Upload Docker Image Artifacts
uses: actions/upload-artifact@v3
with:
name: shenyu-images
path: /tmp/apache-shenyu-*.tar
path: /tmp/apache-shenyu-*.tar.gz
retention-days: 1

e2e-storage:
Expand Down Expand Up @@ -165,8 +164,8 @@ jobs:

- name: Build Docker Images
run: |
docker load -i /tmp/shenyu-admin_latest.tar
docker load -i /tmp/shenyu-bootstrap_latest.tar
gunzip -c apache-shenyu-admin.tar.gz | docker load
gunzip -c apache-shenyu-bootstrap.tar.gz | docker load
- name: Build k8s Cluster
if: steps.filter.outputs.changed == 'true'
Expand Down

0 comments on commit e2b7952

Please sign in to comment.