Skip to content

Update README.md

Update README.md #2

name: Docker Build and Publish
on:
push:
branches: [ main ]
tags: [ 'v*..' ]
pull_request:
branches: [ main ]

Check failure on line 7 in .github/workflows/docker-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
env:
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write