Merge pull request #11 from sethforprivacy/dependabot/github_actions/docker/login-action-1.14.0

Bump docker/login-action from 1.13.0 to 1.14.0
This commit is contained in:
Seth For Privacy
2022-02-28 15:33:24 -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.13.0
uses: docker/login-action@v1.14.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.0
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.13.0
uses: docker/login-action@v1.14.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}