diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 187d939..7baf09b 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -135,19 +135,19 @@ jobs: # workaround for https://github.com/redhat-actions/podman-login/issues/42 since the docker config from the host doesn't come up to the container - - name: Workaround open podman-login action issue - env: - auth: "{ \"auths\": {} }" - run: | - mkdir -p $HOME/.docker - echo $auth > $HOME/.docker/config.json + # - name: Workaround open podman-login action issue + # env: + # auth: "{ \"auths\": {} }" + # run: | + # mkdir -p $HOME/.docker + # echo $auth > $HOME/.docker/config.json - - name: Log in to the GitHub Container registry - uses: https://github.com/redhat-actions/podman-login@v1 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + # - name: Log in to the GitHub Container registry + # uses: https://github.com/redhat-actions/podman-login@v1 + # with: + # registry: "rievo.dev" + # username: ${{ github.actor }} + # password: ${{ secrets.GITHUB_TOKEN }} # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR. # https://github.com/macbre/push-to-ghcr/issues/12