File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 69
69
org.opencontainers.image.version=${{ env.BUILD_VER }}
70
70
tags : |
71
71
${{ env.DOCKER_IMAGE }}:latest
72
+ ${{ env.DOCKER_IMAGE }}:${{ env.BUILD_BRANCH }}
72
73
${{ env.DOCKER_IMAGE }}:${{ env.BUILD_VER }}
73
74
cache-from : type=local,src=/tmp/.buildx-cache
74
75
cache-to : type=local,dest=/tmp/.buildx-cache-new
92
93
org.opencontainers.image.source=https://github.com/${{ github.repository }}
93
94
org.opencontainers.image.version=${{ env.BUILD_VER }}
94
95
tags : |
96
+ ${{ env.DOCKER_IMAGE }}:${{ env.BUILD_BRANCH }}
95
97
${{ env.DOCKER_IMAGE }}:${{ env.BUILD_VER }}
96
98
cache-from : type=local,src=/tmp/.buildx-cache
97
99
cache-to : type=local,dest=/tmp/.buildx-cache-new
Original file line number Diff line number Diff line change 71
71
org.opencontainers.image.version=${{ env.BUILD_VER }}
72
72
tags : |
73
73
${{ env.DOCKER_IMAGE }}:latest
74
+ ${{ env.DOCKER_IMAGE }}:${{ env.BUILD_BRANCH }}
74
75
${{ env.DOCKER_IMAGE }}:${{ env.BUILD_VER }}
75
76
cache-from : type=local,src=/tmp/.buildx-cache
76
77
cache-to : type=local,dest=/tmp/.buildx-cache-new
94
95
org.opencontainers.image.source=https://github.com/${{ github.repository }}
95
96
org.opencontainers.image.version=${{ env.BUILD_VER }}
96
97
tags : |
98
+ ${{ env.DOCKER_IMAGE }}:${{ env.BUILD_BRANCH }}
97
99
${{ env.DOCKER_IMAGE }}:${{ env.BUILD_VER }}
98
100
cache-from : type=local,src=/tmp/.buildx-cache
99
101
cache-to : type=local,dest=/tmp/.buildx-cache-new
You can’t perform that action at this time.
0 commit comments