Fix typo in docker-image.yml

This commit is contained in:
henryclw
2022-04-27 14:22:40 -07:00
parent 88bf88264c
commit e02260ee3b

View File

@@ -32,7 +32,7 @@ jobs:
context: ./
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/simplewhale:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/cook:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}