Skip to content

Commit 9c070f2

Browse files
committed
ci: use podman
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent b29a3c9 commit 9c070f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Ensure Maven wrapper is executable
5555
run: chmod +x mvnw
5656

57-
- name: Set up Docker
58-
uses: docker/setup-docker-action@v4
59-
id: docker
57+
- name: Set up Podman
58+
uses: gacts/install-podman@v1
59+
id: podman
6060

6161
- name: Login to Quay.io
6262
uses: docker/login-action@v3

0 commit comments

Comments
 (0)