Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ariflogs committed Oct 25, 2024
1 parent b9460b6 commit 5bc0978
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.05 ./
docker push devarifhossain/retroui:1.05
docker build -t devarifhossain/retroui:1.0.6 ./
docker push devarifhossain/retroui:1.0.6
- name: Set up SSH
uses: webfactory/ssh-agent@v0.9.0
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.05
image: devarifhossain/retroui:1.0.6
container_name: retroui
expose:
- "3000"
Expand Down

0 comments on commit 5bc0978

Please sign in to comment.