Skip to content

Commit

Permalink
ci: Check podman images after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 26, 2024
1 parent dab8b02 commit 39a5059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- name: Build Podman images
run: podman-compose -f docker-compose-deploy.yml build
- name: Deploy Podman images
run: podman-compose -f docker-compose-deploy.yml up -d
run: podman-compose -f docker-compose-deploy.yml up -d
- name: Check Podman images
run: podman-compose -f docker-compose-deploy.yml ps

0 comments on commit 39a5059

Please sign in to comment.