Skip to content

Commit

Permalink
updating to fix dockerfile locaction
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Aug 10, 2023
1 parent 672217b commit 1d8a2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
context: "."
github-token: ${{ secrets.GITHUB_TOKEN }}

build-push-thumbs:
build-push-dlcs-varnish-cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/docker-build-and-push
with:
image-name: "dlcs-varnish-cleanup"
dockerfile: "Dockerfile"
dockerfile: "varnish-cleanup/Dockerfile"
context: "./varnish-cleanup"
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1d8a2d0

Please sign in to comment.