Skip to content

Commit ad3e3fe

Browse files
authored
Update master.yml
1 parent 03afc4d commit ad3e3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
112112

113113
- name: Build docker image for codebattle
114-
run: make docker-build-codebattle
114+
run: make GIT_HASH=${{ github.sha }} docker-build-codebattle
115115
- name: Push docker image for codebattle
116116
run: make docker-push-codebattle
117117
- name: Build docker image for runner

0 commit comments

Comments
 (0)