Skip to content

Docker action deprecated and archived #26848

Answered by gitfool
gitfool asked this question in Actions
Discussion options

You must be logged in to vote

FWIW, I’m now using the “official” Docker Login action with a Docker Hub access token:

- name: Docker login
  uses: docker/login-action@v1
  with:
    username: ${{ secrets.DOCKER_USERNAME }}
    password: ${{ secrets.DOCKER_TOKEN }}

🚀

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant