fix(ci): update
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 28s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 10:16:36 +00:00
parent 14d3f51029
commit 87ab5bbc2a

View File

@@ -24,8 +24,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Registry
uses: docker/login-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ github.actor }}