Skip to content

Commit

Permalink
build: remove docker
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Oct 10, 2023
1 parent 039d9e5 commit 085f9e2
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ jobs:
- name: List content
run: pwd && ls

- name: Build and export
uses: docker/build-push-action@v5
tags: sui-docs:latest
with:
context: ./sui-docs
outputs: type=docker,dest=/tmp/sui-docs.tar
# - name: Build and export
# uses: docker/build-push-action@v5
# tags: sui-docs:latest
# with:
# context: ./sui-docs
# outputs: type=docker,dest=/tmp/sui-docs.tar

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: sui-docs
path: /tmp/sui-docs.tar
path: sui-docs
retention-days: 1

code-testing:
Expand All @@ -70,11 +70,6 @@ jobs:
name: sui-docs
path: ./sui-docs

- name: Load image
run: |
docker load --input /tmp/sui-docs.tar
docker image ls -a
- name: list dir
run: ls

Expand All @@ -99,11 +94,6 @@ jobs:
name: sui-docs
path: ./sui-docs

- name: Load image
run: |
docker load --input /tmp/sui-docs.tar
docker image ls -a
- name: list dir
run: ls

Expand Down

0 comments on commit 085f9e2

Please sign in to comment.