Skip to content

Commit

Permalink
fix: Update Podman image build and deployment configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 23, 2024
1 parent a21226d commit 41b498f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Podman images
run: podman-compose -f docker-compose-build.yml build
run: podman-compose -f docker-compose-deploy.yml build
- name: Deploy Podman images
run: podman-compose -f docker-compose-build.yml up -d
run: podman-compose -f docker-compose-deploy.yml up -d

0 comments on commit 41b498f

Please sign in to comment.