1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-07-25 05:43:28 +00:00

fix latest

This commit is contained in:
2021-06-10 20:11:08 +03:00
parent 82d495d681
commit 93fe767842

@@ -96,7 +96,7 @@ jobs:
b4tman/squid
ghcr.io/b4tman/squid
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}
latest=${{ github.ref == 'refs/heads/master' }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
@@ -124,7 +124,7 @@ jobs:
images: |
ghcr.io/b4tman/squid-ssl-bump
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}
latest=${{ github.ref == 'refs/heads/master' }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}