Skip to content

Commit c440258

Browse files
authored
Update go-ci.yml
1 parent 922eddb commit c440258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: "Build and push Docker image to Github Container Registry ('latest')"
4747
if: ${{ github.ref == 'refs/heads/master' }}
4848
run: |
49-
docker build . --tag $DOCKER_IMAGE_IMAGE:latest
49+
docker build . --tag $DOCKER_IMAGE_NAME:latest
5050
docker push $DOCKER_IMAGE_NAME:latest
5151
5252

0 commit comments

Comments
 (0)