Skip to content

Commit

Permalink
ci: update dockerfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 24, 2024
1 parent 5edf6e8 commit 1e20259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-evaluator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: config/evaluator.Dockerfile
file: evaluation/Dockerfile

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-site-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: config/site-builder.Dockerfile
file: website/Dockerfile

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down

0 comments on commit 1e20259

Please sign in to comment.