Skip to content

Conversation

mwtoews
Copy link
Member

@mwtoews mwtoews commented Oct 6, 2025

Looking at #4584 there appears to be an unrelated issue with docker/login-action, showing the following:

Run docker/login-action@v3
  with:
    registry: ghcr.io
    username: OSGeo
    logout: true
  env:
    PUSH_PACKAGES: true
    CONTAINER: proj
Error: Password required

This PR updates the usage to follow the docs for the action for both ghcr.io and default Docker Hub registries.

@mwtoews mwtoews requested a review from hobu October 6, 2025 02:45
@mwtoews
Copy link
Member Author

mwtoews commented Oct 6, 2025

Note that this PR skips the two relevant checks:
image
these need to be triggered via ${{ env.PUSH_PACKAGES == 'true' }} set with logic:

PUSH_PACKAGES: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' && (matrix.container == 'proj' || (matrix.container == 'proj-docs' && github.ref_name == 'master')) }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant