Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login is not able to get GitHub Actions secrects. #67

Closed
ArielLahiany opened this issue May 14, 2021 · 0 comments
Closed

Login is not able to get GitHub Actions secrects. #67

ArielLahiany opened this issue May 14, 2021 · 0 comments

Comments

@ArielLahiany
Copy link

ArielLahiany commented May 14, 2021

Expected behavior

Login into DockerHub.

Actual behaviour

The system throws an error: "Error: Username and password required".

Configuration

name: Docker Publish

on:
  push:
    branches:
      - master


jobs:
  docker:
    runs-on: ubuntu-latest

    steps:
      - name: Login to DockerHub
        id: login
        uses: docker/login-action@v1
        with:
          username: ${{ secrets.DOCKERHUB_USERNAME }}
          password: ${{ secrets.DOCKERHUB_TOKEN }}

logs_19.zip

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

No branches or pull requests

1 participant