|
@@ -50,7 +50,7 @@ jobs:
|
|
|
|
|
|
- name: Login to DockerHub
|
|
- name: Login to DockerHub
|
|
if: github.event_name != 'pull_request'
|
|
if: github.event_name != 'pull_request'
|
|
- uses: docker/login-action@v2
|
|
|
|
|
|
+ uses: docker/login-action@v3
|
|
with:
|
|
with:
|
|
registry: quay.io
|
|
registry: quay.io
|
|
username: ${{ secrets.DOCKER_RELEASE_USERNAME }}
|
|
username: ${{ secrets.DOCKER_RELEASE_USERNAME }}
|