mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck.git
synced 2026-03-23 12:58:57 +09:00
fix(ci): latest build-push-action
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user