Skip to content

Commit 3a72516

Browse files
authored
Update docker-github.yml
1 parent f9cbbac commit 3a72516

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/docker-github.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: Docker Github
22

3-
on:
4-
schedule:
5-
- cron: '0 0 * * *' # every day at midnight
6-
push:
7-
branches: [ $default-branch ]
8-
# Publish semver tags as releases.
9-
tags: [ 'v*.*.*' ]
10-
pull_request:
11-
branches: [ $default-branch ]
3+
on: [push]
124

135
env:
146
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)