Browse Source

Update publish-image.yml

pull/1578/head
Hironsan 3 years ago
parent
commit
aab7bd797a
1 changed files with 1 additions and 2 deletions
  1. 3
      .github/workflows/publish-image.yml

3
.github/workflows/publish-image.yml

@ -5,10 +5,9 @@ on:
- cron: '0 10 * * *' # everyday at 10am - cron: '0 10 * * *' # everyday at 10am
push: push:
branches: branches:
- '**'
- master
tags: tags:
- 'v*.*.*' - 'v*.*.*'
pull_request:
jobs: jobs:
docker: docker:

Loading…
Cancel
Save