Skip to content

Commit 8f37235

Browse files
authored
Update cd.yml
1 parent 7d68424 commit 8f37235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: contains(github.ref, 'develop') || contains(github.ref, 'main')
4444
run: |
4545
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
46-
docker build -t kodaero-f ./Dockerfile .
46+
docker build -t kodaero -f ./Dockerfile .
4747
docker tag kodaero:latest ${{ secrets.DOCKER_USER }}/kodaero:latest
4848
docker push ${{ secrets.DOCKER_USER }}/kodaero:latest
4949

0 commit comments

Comments
 (0)