From 81308d2475423e9e8d5bc549b3a71e2ad5ee6b14 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sun, 6 Oct 2024 20:22:56 +0700 Subject: [PATCH] maybe not login to that --- .github/workflows/podman-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/podman-build.yml b/.github/workflows/podman-build.yml index 8db8c17..7cea347 100644 --- a/.github/workflows/podman-build.yml +++ b/.github/workflows/podman-build.yml @@ -26,12 +26,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Login to ghcr.io - uses: redhat-actions/podman-login@v1 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + # - name: Login to ghcr.io + # uses: redhat-actions/podman-login@v1 + # with: + # registry: ghcr.io + # username: ${{ github.actor }} + # password: ${{ secrets.GITHUB_TOKEN }} - name: Build container image id: build-image