File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111concurrency : ${{ github.workflow }}
1212
1313env :
14- docker_image_amp : registry.digitalocean.com/goodsmileduck/erundopel
14+ docker_image : registry.digitalocean.com/goodsmileduck/erundopel
1515
1616jobs :
1717 push :
6060 push : false
6161 file : Dockerfile
6262 tags : |
63- ${{ env.docker_image_amp }}:${{ steps.vars.outputs.sha_short }}
63+ ${{ env.docker_image }}:${{ steps.vars.outputs.sha_short }}
6464 cache-from : type=local,src=/tmp/.buildx-cache
6565 cache-to : type=local,dest=/tmp/.buildx-cache-new
6666
7272 push : true
7373 file : Dockerfile
7474 tags : |
75- ${{ env.docker_image_amp }}:erundopel
76- ${{ env.docker_image_amp }}:${{ steps.vars.outputs.sha_short }}
75+ ${{ env.docker_image }}:${{ steps.tag_version.outputs.new_tag }}
76+ ${{ env.docker_image }}:${{ steps.vars.outputs.sha_short }}
7777 labels : |
7878 sha_short=${{ steps.vars.outputs.sha_short}}
7979 cache-from : type=local,src=/tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments