Skip to content

Commit

Permalink
build(pipeline): fix github actions issue finding release Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohns1 committed Dec 15, 2024
1 parent c2d44bb commit 953fc0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./.github/workflows/Dockerfile
file: ./.release/Dockerfile
outputs: type=docker,dest=/tmp/app-candidate-image.tar
tags: blinkfile-candidate
- name: Upload app image candidate artifact
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/content/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm i
npm start
```
Starts the Blinkfile app at [http://localhost:8020](http://localhost:8020) and the documentation at [http://localhost:8021](http://localhost:8021)
Default login credentials are defined in `./local/docker-compose.yml`
Default login credentials are defined in `./.local/docker-compose.yml`

### In a container with live reload
Recommended for development
Expand Down

0 comments on commit 953fc0e

Please sign in to comment.