diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b186837..621b9d0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,22 +25,22 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 -# - name: Login to Harbor -# uses: docker/login-action@v2 -# with: -# registry: https://${{ secrets.HARBOR_REGISTRY_URL }} -# username: ${{ secrets.HARBOR_REGISTRY_USERNAME }} -# password: ${{ secrets.HARBOR_REGISTRY_PASSWORD }} + - name: Login to Harbor + uses: docker/login-action@v2 + with: + registry: https://${{ secrets.HARBOR_REGISTRY_URL }} + username: ${{ secrets.HARBOR_REGISTRY_USERNAME }} + password: ${{ secrets.HARBOR_REGISTRY_PASSWORD }} # - name: Login to Docker Hub # uses: docker/login-action@v3 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v5 - with: - push: true +# - name: Build and push +# uses: docker/build-push-action@v5 +# with: +# push: true #on: # push: diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/aws.xml b/.idea/aws.xml new file mode 100644 index 0000000..2c4ea32 --- /dev/null +++ b/.idea/aws.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..f5f755e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,2267 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1342930 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2d76299 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/timeseries-inspector.iml b/.idea/timeseries-inspector.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/timeseries-inspector.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file