Skip to content

Commit b61b13e

Browse files
committed
fixed container typo
1 parent bc0e519 commit b61b13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build and push to DockerHub
2626
run: |
2727
docker build -t devarifhossain/retroui:1.02 ./
28-
docker push devarifhossain/retroui-web:1.02
28+
docker push devarifhossain/retroui:1.02
2929
3030
- name: Set up SSH
3131
uses: webfactory/ssh-agent@v0.9.0

0 commit comments

Comments
 (0)