|
@@ -94,7 +94,7 @@ jobs:
|
|
|
release_version: ${{ steps.version_number.outputs.RELEASE_VERSION }}
|
|
release_version: ${{ steps.version_number.outputs.RELEASE_VERSION }}
|
|
|
|
|
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
- uses: docker/login-action@v3
|
|
|
|
|
|
|
+ uses: docker/login-action@v4
|
|
|
with:
|
|
with:
|
|
|
registry: ${{ env.REGISTRY }}
|
|
registry: ${{ env.REGISTRY }}
|
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|