build(deps): bump docker/login-action from 1 to 2 (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: ghcr
|
id: ghcr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Login to Quay
|
- name: Login to Quay
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: quay
|
id: quay
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
username: ${{ secrets.QUAY_USER }}
|
username: ${{ secrets.QUAY_USER }}
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: dckr
|
id: dckr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
@@ -230,7 +230,7 @@ jobs:
|
|||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: ghcr
|
id: ghcr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -239,7 +239,7 @@ jobs:
|
|||||||
- name: Login to Quay
|
- name: Login to Quay
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: quay
|
id: quay
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
username: ${{ secrets.QUAY_USER }}
|
username: ${{ secrets.QUAY_USER }}
|
||||||
@@ -248,7 +248,7 @@ jobs:
|
|||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
if: ${{ github.repository_owner == github.actor }}
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: dckr
|
id: dckr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user