Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vordenken authored Oct 19, 2023
1 parent 62adc4b commit 251dc00
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Debug
run: |
pwd
ls -la
working-directory: dummycloud
- name: Set working directory to dummycloud
run: cd dummycloud
working-directory: ./dummycloud

- name: Set working directory
run: cd /home/runner/work/deye-microinverter-cloud-free/deye-microinverter-cloud-free/dummycloud
working-directory: dummycloud

- name: Build the Docker image
run: docker build . -t deye-dummycloud:latest
run: docker build -t deye-dummycloud:latest .

0 comments on commit 251dc00

Please sign in to comment.