Skip to content

Commit

Permalink
set correct context
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Nov 21, 2023
1 parent b6a45d6 commit c24d266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Build and push Docker image
uses: docker/build-push-action@v5
with:
# context: .
context: .
push: ${{ github.event_name != 'pull_request' }}
file: ${{ matrix.dockerfile }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion example-1-sidecars/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch
COPY ./example-1-sidecars/spin.toml ./spin.toml
COPY ./spin.toml ./spin.toml
COPY ../bin/spin_static_fs.wasm ./spin_static_fs.wasm
4 changes: 2 additions & 2 deletions example-2-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch
COPY ./example-2-redis/spin.toml ./spin.toml
COPY ./spin.toml ./spin.toml

# Remove this line once done testing
COPY ./example-2-redis/redis/runtime_config.toml ./runtime_config.toml
COPY ./redis/runtime_config.toml ./runtime_config.toml

COPY ../bin/env_explorer.wasm ./env_explorer.wasm

0 comments on commit c24d266

Please sign in to comment.