Merge pull request #19 from sethforprivacy/dependabot/github_actions/docker/login-action-2.0.0

Bump docker/login-action from 1.14.1 to 2.0.0
This commit is contained in:
Seth For Privacy
2022-05-05 16:25:06 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -13,14 +13,14 @@ jobs:
uses: docker/setup-buildx-action@v2.0.0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File

@@ -14,14 +14,14 @@ jobs:
uses: docker/setup-buildx-action@v2.0.0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}