diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 8c832cc..88a02fb 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -48,9 +48,9 @@ jobs: uses: docker/build-push-action@v5 with: no-cache: true - context: ${{ matrix.component.context }} + context: . file: ${{ matrix.component.file }} platforms: linux/amd64,linux/arm64 push: true tags: ghcr.io/netcracker/${{ matrix.component.name }}:${{ env.TAG_NAME }} - provenance: false \ No newline at end of file + provenance: false