File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -108,20 +108,19 @@ jobs:
108108 - name : Image digest
109109 if : steps.config.outputs.trigger == 'true'
110110 run : echo ${{ steps.docker_build.outputs.digest }}
111- - name : Build and push ${{ github.ref_name }}
111+ - name : Build and push ${{ github.ref_name }}-dev
112112 if : steps.config.outputs.trigger == 'true'
113113 id : docker_build
114114 uses : docker/build-push-action@v4
115115 with :
116116 pull : true
117117 push : true
118- no-cache : ${{ steps.config.outputs.no_cache }}
119- cache-from : type=registry,ref=ghcr.io/ros-planning/navigation2:${{ github.ref_name }}
118+ cache-from : type=registry,ref=ghcr.io/ros-planning/navigation2:${{ github.ref_name }}-dev
120119 cache-to : type=inline
121- target : builder
120+ target : tester
122121 tags : |
123- ghcr.io/ros-planning/navigation2:${{ github.ref_name }}
124- ghcr.io/ros-planning/navigation2:${{ github.ref_name }}-${{ steps.config.outputs.timestamp }}
122+ ghcr.io/ros-planning/navigation2:${{ github.ref_name }}-dev
123+ ghcr.io/ros-planning/navigation2:${{ github.ref_name }}-dev- ${{ steps.config.outputs.timestamp }}
125124 - name : Image digest
126125 if : steps.config.outputs.trigger == 'true'
127126 run : echo ${{ steps.docker_build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments