Skip to content

Commit

Permalink
maybe not login to that
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 6, 2024
1 parent 3bbf39e commit 81308d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/podman-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81308d2

Please sign in to comment.