From 9dd85b6e3dcf66c7d086aee9d275524f1bab71e7 Mon Sep 17 00:00:00 2001 From: yanir Date: Tue, 26 Sep 2023 12:26:35 +0300 Subject: [PATCH 1/4] test --- helm/webapp/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helm/webapp/README.md diff --git a/helm/webapp/README.md b/helm/webapp/README.md new file mode 100644 index 000000000..8099b53ea --- /dev/null +++ b/helm/webapp/README.md @@ -0,0 +1,2 @@ + +test \ No newline at end of file From 386db8e7cc44cb6f4dccdc5ae5daef10e8bfe22d Mon Sep 17 00:00:00 2001 From: yanir Date: Tue, 26 Sep 2023 12:27:27 +0300 Subject: [PATCH 2/4] test1 --- helm/webapp/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/webapp/README.md b/helm/webapp/README.md index 8099b53ea..65e91af0f 100644 --- a/helm/webapp/README.md +++ b/helm/webapp/README.md @@ -1,2 +1,3 @@ -test \ No newline at end of file +test +test1 \ No newline at end of file From 8bf5359936ea65c85d785ce6e931f6e40e5fb4c3 Mon Sep 17 00:00:00 2001 From: yan_one1 Date: Tue, 26 Sep 2023 13:35:56 +0300 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b66dbba9..0d49bb106 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 From b56dcfc64bb6987330ba841c65a2a59536a70a3c Mon Sep 17 00:00:00 2001 From: yan_one1 Date: Tue, 26 Sep 2023 13:37:33 +0300 Subject: [PATCH 4/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d49bb106..b44efa743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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