fix: specify step image version

This commit is contained in:
Manuel
2024-07-27 19:19:48 +02:00
parent 4836801004
commit fa2c448bac

View File

@@ -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 }}