Skip to content

Update docker-image.yml #35

Update docker-image.yml

Update docker-image.yml #35

Workflow file for this run

name: Docker Image CI

Check failure on line 1 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / Docker Image CI

Invalid workflow file

The workflow is not valid. .github/workflows/docker-image.yml: (Line: 13, Col: 15, Idx: 133) - (Line: 13, Col: 21, Idx: 139): While scanning a plain scalar, find unexpected ':'.
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: [python:3.11.6,windows-latest]
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag shivamgutgutia/vcfgenerator:$(date +%s)