fix(ci): latest build-push-action
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 4m44s
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 4m44s
This commit is contained in:
@@ -39,9 +39,8 @@ jobs:
|
|||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user