mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-01 02:16:52 +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
|
b4tman/squid
|
||||||
ghcr.io/b4tman/squid
|
ghcr.io/b4tman/squid
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=${{ github.ref == 'refs/heads/main' }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
@ -110,8 +110,8 @@ jobs:
|
|||||||
b4tman/squid
|
b4tman/squid
|
||||||
ghcr.io/b4tman/squid
|
ghcr.io/b4tman/squid
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=false
|
||||||
suffix=ssl-bump
|
suffix=-ssl-bump
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
@ -124,7 +124,7 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
ghcr.io/b4tman/squid-ssl-bump
|
ghcr.io/b4tman/squid-ssl-bump
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=${{ github.ref == 'refs/heads/main' }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
Loading…
Reference in New Issue
Block a user