mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-10-31 18:06:53 +00:00
latest tag and tag suffix
This commit is contained in:
parent
024ff445bb
commit
e023bae64b
8
.github/workflows/dockerimage.yml
vendored
8
.github/workflows/dockerimage.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
b4tman/squid
|
||||
ghcr.io/b4tman/squid
|
||||
flavor: |
|
||||
latest=auto
|
||||
latest=${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
@ -110,8 +110,8 @@ jobs:
|
||||
b4tman/squid
|
||||
ghcr.io/b4tman/squid
|
||||
flavor: |
|
||||
latest=auto
|
||||
suffix=ssl-bump
|
||||
latest=false
|
||||
suffix=-ssl-bump
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
@ -124,7 +124,7 @@ jobs:
|
||||
images: |
|
||||
ghcr.io/b4tman/squid-ssl-bump
|
||||
flavor: |
|
||||
latest=auto
|
||||
latest=${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
|
Loading…
Reference in New Issue
Block a user