From 0f0c5bd8ea0efa5e9ba98205d19dda7dfe03bc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Torres=20Gonz=C3=A1lez?= Date: Fri, 28 Feb 2025 09:27:45 +0100 Subject: [PATCH] Update README.md Fix wrong name of the action image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd80c6..2460e58 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Use Podman Build and Push Action - uses: frozen-tapestry/podman-build-push-action@v1 + uses: Frozen-Tapestry/container-action@v1 with: login_registry: ghcr.io login_username: ${{ secrets.REGISTRY_USERNAME }}