Update docker/login-action digest to a979406

This commit is contained in:
renovate[bot] 2023-07-11 12:21:58 +00:00
parent 4f3387be16
commit 460644c7e9

View File

@ -40,13 +40,13 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@0a5a6d545fb45047924af7df26cac945aa69ad68 uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@0a5a6d545fb45047924af7df26cac945aa69ad68 uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}