k8s-actions/docker-logout
Deepak Sattiraju fa3bc8c871
Adding deprecation warning (#21)
2019-08-14 12:47:50 +05:30
..
lib Adding deprecation warning (#21) 2019-08-14 12:47:50 +05:30
src Adding deprecation warning (#21) 2019-08-14 12:47:50 +05:30
README.md Moved Docker Actions 2019-08-12 18:30:22 +05:30
action.yml Revert "Moved container actions to aazure/container-actions" 2019-08-08 20:55:00 +05:30
tsconfig.json Revert "Moved container actions to aazure/container-actions" 2019-08-08 20:55:00 +05:30

README.md

Log out from a container registry

The docker-login Actions in this repository will be deleted in the near future. Please use the Docker Actions from container-actions.

Use this GitHub Action to delete the container registry context from the runner. The context file is created when docker-login action is used.

- uses: azure/container-actions/docker-logout@master
  id: logout

Refer to the action metadata file for details about all the inputs https://github.com/Azure/k8s-actions/blob/master/docker-logout/action.yml