Merge pull request #100 from chialab/dependabot/github_actions/docker/login-action-2

chore(deps): bump docker/login-action from 1 to 2
This commit is contained in:
Paolo Cuffiani
2022-05-09 10:48:49 +02:00
committed by GitHub
+2 -2
View File
@@ -87,14 +87,14 @@ jobs:
- name: Login to DockerHub
if: "github.event_name != 'pull_request'"
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
if: "github.event_name != 'pull_request'"
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}