Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test-sonar-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 13, 2024
1 parent e5b129a commit 4434fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Push Docker Image
run: |
docker tag my-app:${{ env.build_tag }} ${{ secrets.DOCKER_USERNAME }}/my-app:${{ env.build_tag }}
docker push ${{ secrets.DOCKER_USERNAME }}/my-app:${{ env.build_tag }}
docker tag ${{ env.build_tag }}
docker push ${{ env.build_tag }}
# - name: Push Docker Image
# uses: docker/build-push-action@v4
Expand Down

0 comments on commit 4434fa3

Please sign in to comment.