Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khoitmp committed Jul 30, 2024
1 parent c21edaa commit dab035d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
run: |
docker tag ${{ github.repository }}:latest ${{ github.repository }}:${{ steps.gitversion.outputs.version }}
echo "Image tagged as ${{ github.repository }}:${{ steps.gitversion.outputs.version }}"
run: echo "Image tagged as ${{ github.repository }}:${{ steps.gitversion.outputs.version }}"
- name: Push Docker Image
run: docker push ${{ github.repository }}:${{ steps.gitversion.outputs.version }}

0 comments on commit dab035d

Please sign in to comment.