Forgot the dot...

This commit is contained in:
Kokomo123
2024-08-22 17:22:53 -04:00
parent 340945a77d
commit 39c0995504

View File

@@ -69,7 +69,7 @@ jobs:
- name: Build the docker image
run: |
docker build -t $IMAGE_NAME
docker build -t $IMAGE_NAME .
- name: Push image
run: |