mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-02-22 18:25:21 +01:00
labels are key+value
This commit is contained in:
parent
aca5e0168b
commit
4783ed6415
12
.github/workflows/dockerhub.yml
vendored
12
.github/workflows/dockerhub.yml
vendored
|
|
@ -87,8 +87,8 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.ALPINE_TAGS }}
|
||||
labels: |
|
||||
${{ env.NICOBOT_VERSION }}
|
||||
${{ github.sha }}
|
||||
version=${{ env.NICOBOT_VERSION }}
|
||||
github.sha:${{ github.sha }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
# mode=max to cache intermediate layers : https://github.com/docker/buildx#--cache-tonametypetypekeyvalue
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
|
|
@ -173,8 +173,8 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DEBIAN_TAGS }}
|
||||
labels: |
|
||||
${{ env.NICOBOT_VERSION }}
|
||||
${{ github.sha }}
|
||||
version=${{ env.NICOBOT_VERSION }}
|
||||
github.sha:${{ github.sha }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
# mode=max to cache intermediate layers : https://github.com/docker/buildx#--cache-tonametypetypekeyvalue
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
|
||||
|
|
@ -261,8 +261,8 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.SIGNAL_DEBIAN_TAGS }}
|
||||
labels: |
|
||||
${{ env.NICOBOT_VERSION }}
|
||||
${{ github.sha }}
|
||||
version=${{ env.NICOBOT_VERSION }}
|
||||
github.sha:${{ github.sha }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
# mode=max to cache intermediate layers : https://github.com/docker/buildx#--cache-tonametypetypekeyvalue
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue