Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ariflogs committed Dec 1, 2024
1 parent f891aa7 commit aa35044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Build and push to DockerHub
run: |
docker build -t devarifhossain/retroui:1.0.8 ./
docker push devarifhossain/retroui:1.0.8
docker build -t devarifhossain/retroui:1.0.9 ./
docker push devarifhossain/retroui:1.0.9
- name: Set up SSH
uses: webfactory/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion infra/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
web:
image: devarifhossain/retroui:1.0.8
image: devarifhossain/retroui:1.0.9
container_name: retroui
expose:
- "3000"
Expand Down

0 comments on commit aa35044

Please sign in to comment.