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 @@ -168,7 +168,7 @@ jobs:
168168 username : ${{ github.repository_owner }}
169169 password : ${{ secrets.GITHUB_TOKEN }}
170170
171- - name : Build and push
171+ - name : Build and push latest
172172 id : docker_build
173173 uses : docker/build-push-action@v2
174174 with :
@@ -180,8 +180,8 @@ jobs:
180180 cache-from : type=local,src=/tmp/.buildx-cache
181181 cache-to : type=local,dest=/tmp/.buildx-cache
182182
183- - name : Build and push
184- id : docker_build
183+ - name : Build and push master
184+ id : docker_build_master
185185 uses : docker/build-push-action@v2
186186 with :
187187 context : .
@@ -194,4 +194,4 @@ jobs:
194194 cache-to : type=local,dest=/tmp/.buildx-cache
195195
196196 - name : Image digest
197- run : echo ${{ steps.docker_build.outputs.digest }}
197+ run : echo ${{ steps.docker_build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments