Skip to content

Commit 83694df

Browse files
committed
add the latest tag for docker image
1 parent c3e4bfc commit 83694df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/build-push-action@v2
3131
with:
3232
push: true
33-
tags: renbot/multichain:${{ steps.push-info.outputs.tag }}
33+
tags: renbot/multichain:${{ steps.push-info.outputs.tag }}, renbot/multichain:latest
3434
secrets: |
3535
GIT_AUTH_TOKEN=${{ secrets.PERSONAL_ACCESS_TOKEN }}
3636
build-args: |

0 commit comments

Comments
 (0)