fix: specify step image version
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: "Built application artifacts. Building images..."
|
args: "Built application artifacts. Building images..."
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|||||||
Reference in New Issue
Block a user