Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
fix regs to refs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnautique authored and Jason Greathouse committed Dec 5, 2018
1 parent 34073e7 commit e84969e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline:
- /var/run/docker.sock:/var/run/docker.sock
when:
ref:
exclude: [ regs/tags/*stable* ]
exclude: [ refs/tags/*stable* ]

promote_stable:
image: rancher/dapper:1.11.2
Expand All @@ -20,7 +20,7 @@ pipeline:
branch: release/*
event: tag
ref:
include: [ regs/tags/*stable* ]
include: [ refs/tags/*stable* ]

publish-alpha:
image: plugins/gcs
Expand All @@ -36,7 +36,7 @@ pipeline:
branch: [master, release/*]
event: tag
ref:
include: [ regs/tags/*alpha* ]
include: [ refs/tags/*alpha* ]

publish-latest:
image: plugins/gcs
Expand All @@ -52,7 +52,7 @@ pipeline:
branch: release/*
event: tag
ref:
exclude: [ regs/tags/*stable*, regs/tags/*alpha* ]
exclude: [ refs/tags/*stable*, refs/tags/*alpha* ]

publish-stable:
image: plugins/gcs
Expand All @@ -68,4 +68,4 @@ pipeline:
branch: release/*
event: tag
ref:
include: [ regs/tags/*stable* ]
include: [ refs/tags/*stable* ]

0 comments on commit e84969e

Please sign in to comment.