chore: bump docker/login-action to v2. Closes #206

Signed-off-by: Manuel Vogel <mavogel@posteo.de>
This commit is contained in:
Manuel Vogel 2023-01-23 09:55:36 +01:00
parent 1dbe8da4a3
commit 13cb5b3dc4
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
registry: ${{ env.DOCKER_REGISTRY }} registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.QUAY_IO_USER }} username: ${{ secrets.QUAY_IO_USER }}

View file

@ -24,7 +24,7 @@ jobs:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
registry: ${{ env.DOCKER_REGISTRY }} registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.QUAY_IO_USER }} username: ${{ secrets.QUAY_IO_USER }}