Tweak the version used in the docker.yml for Docker Hub's login-action.

This commit is contained in:
Michael Helfrich 2022-02-10 20:28:15 -05:00
parent 383c465fa6
commit dd57e390a6

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}