Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Nov 28, 2024
1 parent 4434174 commit d71c5d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ name: Build & Publish Docker Image
# documentation.

on:
schedule:
- cron: '47 9 * * 1'
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
# branches: [ "main" ]
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit d71c5d1

Please sign in to comment.