Skip to content

Commit

Permalink
build docker image with latest tag every friday
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Arkenau committed Oct 9, 2023
1 parent 1c639b3 commit b400a82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
paths:
- ".devcontainer/Dockerfile"
workflow_dispatch:
schedule:
# build every friday at 9:00 am
- cron: 0 9 * * 5

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit b400a82

Please sign in to comment.