Skip to content

Commit bc9692c

Browse files
committedMay 22, 2024·
feat(docker): docker
1 parent bee9d7d commit bc9692c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
password: ${{ secrets.RETHINK_DOCKERHUB_TOKEN }}
2323

2424
- name: Build and push Docker image
25-
uses: docker/build-push-action@v2
25+
uses: docker/build-push-action@v5.3.0
2626
with:
2727
context: .
2828
push: true
29-
tags: morvanzhou/rethink:${{ github.ref_name }}
29+
tags: morvanzhou/rethink:${{ github.ref_name }},morvanzhou/rethink:latest

0 commit comments

Comments
 (0)
Please sign in to comment.