Merge pull request #13 from sethforprivacy/dependabot/github_actions/docker/login-action-1.14.1

Bump docker/login-action from 1.14.0 to 1.14.1
This commit is contained in:
Seth For Privacy
2022-03-01 15:44:08 -05: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@v1.6.0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.0
uses: docker/login-action@v1.14.1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
uses: docker/login-action@v1.14.0
uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File

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