Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubcdr authored Oct 28, 2022
1 parent 01368b3 commit 1ee1ee7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: 'build tagged images'

on:
#push:
# tags:
# - 'v*.*.*'
schedule:
- cron: '5 4 * * *'
push:
tags:
- 'v*.*.*'
#schedule:
# - cron: '5 4 * * *'
release:
types: [published]
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit 1ee1ee7

Please sign in to comment.