Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 authored Feb 14, 2022
1 parent 88fd3b5 commit c87e1f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Docker Publish

on:
schedule:
- cron: '11 1 * * *'
push:
branches: [ master ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ master ]
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit c87e1f1

Please sign in to comment.