Skip to content

HMS-Patient-Mgmt-svc-CI-Deployment #1

HMS-Patient-Mgmt-svc-CI-Deployment

HMS-Patient-Mgmt-svc-CI-Deployment #1

Workflow file for this run

name: HMS-Patient-Mgmt-svc-CI-Deployment
run-name: HMS-Patient-Mgmt-svc-CI-Deployment
on:
push:
tags:
- v*
jobs:
publish_image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secerets.DOCKERHUB_PASSWORD }}

Check failure on line 17 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / HMS-Patient-Mgmt-svc-CI-Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 17, Col: 21): Unrecognized named-value: 'secerets'. Located at position 1 within expression: secerets.DOCKERHUB_PASSWORD
- name: Build & publish the image
uses: docker/build-push-action@v6
with:
context: ./src
push: true
tags: somnathbm/hms-patient-mgmt-svc:${{github.ref_name}}