Skip to content

Commit

Permalink
fix: fix verify tag issue
Browse files Browse the repository at this point in the history
Signed-off-by: SurabhiAngadi <surabhia@sanketika.in>
  • Loading branch information
SurabhiAngadi committed Jan 23, 2024
1 parent bbd84ed commit c83edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build docker image and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit c83edad

Please sign in to comment.