diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 85b3a84..2f3fce7 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -15,4 +15,4 @@ jobs: run: ls -lisa - name: Hello world action step id: build-container - run: docker build -t franky -f podman/Containerfile . + run: podman build -t franky -f podman/Containerfile .