Skip to content

Commit

Permalink
FIXUP: Switch Docker with Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed May 13, 2024
1 parent 873ec1f commit 92fc473
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/build-push-action@v5
with:
context: .
file: deploy/Dockerfile
- name: Build the container image
run: podman build -f deploy/Dockerfile .

0 comments on commit 92fc473

Please sign in to comment.