fix(ci): latest build-push-action
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 4m44s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 11:01:37 +00:00
parent 8e176dc670
commit f16a7cd995

View File

@@ -39,9 +39,8 @@ jobs:
${{ runner.os }}-pip-
- name: Build and Push Docker Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
tags: |
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}