|
@@ -71,7 +71,7 @@ jobs:
|
|
|
# https://github.com/docker/login-action
|
|
# https://github.com/docker/login-action
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
if: github.event_name != 'pull_request'
|
|
if: github.event_name != 'pull_request'
|
|
|
- uses: docker/login-action@v3
|
|
|
|
|
|
|
+ uses: docker/login-action@v4
|
|
|
with:
|
|
with:
|
|
|
registry: ${{ env.REGISTRY }}
|
|
registry: ${{ env.REGISTRY }}
|
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|