Skip to content

Commit

Permalink
Only load local secrets if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbasson committed Jul 25, 2024
1 parent b889131 commit 94e0d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -884,8 +884,8 @@ jobs:
id: build_image
uses: docker/build-push-action@v5
with:
context: . # Context is the root of the repository
file: ./scripts/k6/Dockerfile # Dockerfile name
context: .
file: ./scripts/k6/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 94e0d44

Please sign in to comment.