Исправление CI/CD

This commit is contained in:
Sergey Karmanov 2023-12-23 00:59:17 +03:00
parent 88777aedac
commit 935332a063
Signed by: serega404
GPG Key ID: B6AD49C8C835460C
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with: with:
context: CyberBoom context: CyberBloom
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}