fix : linting and formatting issues

This commit is contained in:
Maniteja0126 2024-06-21 11:32:04 +05:30
parent c3e41dab99
commit 8609cbe9d6

View file

@ -8,10 +8,10 @@ on:
jobs:
publish-docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
@ -30,7 +30,7 @@ jobs:
type=ref,event=tag
type=semver,pattern={{version}}
type=raw,value={{date 'YYYYMMDD'}}
- name: Build and push
uses: docker/build-push-action@v3
with: