Skip to content

changed design

changed design #18

name: Build and Push Docker image for client-web to DockerHub
on:
push:

Check failure on line 4 in .github/workflows/pushClientWebToDockerHub.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pushClientWebToDockerHub.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches:
- main
path:
- '/client-web/**'
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3