Skip to content

add data index feature to readme #1

add data index feature to readme

add data index feature to readme #1

Workflow file for this run

name: Build Dockerfile
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/dockerfile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dockerfile.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
tags: raphi011/handoff:latest
push: false
- name: Image digest
run: echo "Image built with digest: ${{ steps.build.outputs.digest }}"