Bump docker/login-action from 1.14.0 to 1.14.1 (#154)

This commit is contained in:
dependabot[bot]
2022-03-02 12:30:45 +01:00
committed by GitHub
parent 7452ac5c89
commit 7bc8a1989d

View File

@@ -50,14 +50,14 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1.14.0
uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1.14.0
uses: docker/login-action@v1.14.1
with:
registry: ghcr.io
username: ${{ github.actor }}