We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cfb7e commit e66cfd5Copy full SHA for e66cfd5
.github/workflows/docker-image.yml
@@ -35,10 +35,9 @@ jobs:
35
images: |
36
triatk/univpn
37
# Docker tags based on the following events/attributes
38
- flavor: |
39
- latest=${{ github.ref == 'refs/heads/main' }}
40
- nightly=${{ github.ref != 'refs/heads/main' }}
41
tags: |
+ type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
+ type=raw,value=nightly,enable=${{ github.ref != 'refs/heads/main' }}
42
type=schedule
43
type=ref,event=branch
44
type=ref,event=pr
0 commit comments