Skip to content

Deploys fail with "Docker pull failed with exit code 1" #125

@thomasbacon

Description

@thomasbacon

Describe the bug

When using v3 of the action with a straightforward config like:

    - name: GitHub Action Deploy to WP Engine
      uses: wpengine/github-action-wpe-site-deploy@v3
      with:
        # Deploy vars 
        WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }} 
        WPE_ENV: ${{ env.WPE_ENV }}
        REMOTE_PATH: "wp-content/themes/${{ env.WP_THEME_SLUG }}/"
        PHP_LINT: TRUE
        CACHE_CLEAR: TRUE
        ....

The action fails with:

Pull down action image 'wpengine/site-deploy:1.0.6'
  /usr/bin/docker pull wpengine/site-deploy:1.0.6
  Error response from daemon: unauthorized: authentication required
  Warning: Docker pull failed with exit code 1, back off 3.459 seconds before retry.
  /usr/bin/docker pull wpengine/site-deploy:1.0.6
  Error response from daemon: unauthorized: authentication required
  Warning: Docker pull failed with exit code 1, back off 6.911 seconds before retry.
  /usr/bin/docker pull wpengine/site-deploy:1.0.6
  Error response from daemon: unauthorized: authentication required
Error: Docker pull failed with exit code 1

To reproduce

Deploy using the Github Action. Reproduced on multiple installs / repos.

Expected behavior

A clear and concise description of what you expected to happen.

Build Output & Screenshots

Optionally add the relevant build output and screenshots to help explain your problem.

Version information

  • Action version: 3
  • WordPress version: n/a

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions