diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b66dbba9..b44efa743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: name: Login to DockerHub uses: docker/login-action@v1 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: yanone1 + password: Nitaydj@2019 - name: Build and push uses: docker/build-push-action@v2 @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: mabusaa/argocd-course-webapp:${{ github.sha }} + tags: yanone1/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push diff --git a/helm/webapp/README.md b/helm/webapp/README.md new file mode 100644 index 000000000..65e91af0f --- /dev/null +++ b/helm/webapp/README.md @@ -0,0 +1,3 @@ + +test +test1 \ No newline at end of file