Skip to content

Commit

Permalink
Merge pull request #45 from laradock/bestlong-patch-1
Browse files Browse the repository at this point in the history
push image when tag
  • Loading branch information
bestlong authored May 4, 2021
2 parents 1648fff + aa9d568 commit 775136b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Docker Image CI
on:
push:
branches: '**'
tags: '**'
schedule:
- cron: 0 0 * * 6

Expand All @@ -27,6 +28,7 @@ jobs:
tags: |
type=schedule,pattern={{date 'YYYYMMDD'}}
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{version}}
type=raw,value=latest
Expand Down

0 comments on commit 775136b

Please sign in to comment.