Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodal98 authored Dec 9, 2024
1 parent 29c15ff commit b7f32e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ name: Docker
# documentation.

on:
schedule:
- cron: '16 20 * * *'
push:
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
workflow_run:
workflows: ["Rust"]
types: [completed]

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

0 comments on commit b7f32e8

Please # to comment.