Skip to content

Commit

Permalink
dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Mar 15, 2024
1 parent 508fcec commit 5dd5109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: src/docker/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
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
# runs once a week on sunday
- cron: "55 23 * * 0"

name: Traffic

jobs:
# This workflow contains a single job called "traffic"
traffic:
Expand Down

0 comments on commit 5dd5109

Please sign in to comment.