Skip to content

Commit 952e632

Browse files
authored
Update Docker workflow
1 parent 2876f4f commit 952e632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)