Skip to content

Commit bf5dfd6

Browse files
authored
Update docker-build-push.yml
1 parent aacd87c commit bf5dfd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
context: .
4040
file: ./Dockerfile
4141
push: true
42-
tags: ${{ secrets.DOCKER_USERNAME }}/code_interpreter:latest
42+
tags: |
43+
${{ secrets.DOCKER_USERNAME }}/code_interpreter:latest
44+
${{ secrets.DOCKER_USERNAME }}/code_interpreter:${{ github.sha }}
4345
4446
- name: Clean up Docker images
4547
run: |

0 commit comments

Comments
 (0)