From 88d1556f7827a9c12a7939445464649372ce184b Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:16:18 -0400 Subject: [PATCH] make it make sense now close dialog after someone clicks subscribe fix: adjust v adjust revision adjustments adjustments adjusting fix testing testing testing testing testing tag may work now testing testing testing testing fix: owner feat: favicon and title fix --- .gitea/workflows/pipeline.yml | 18 +-- index.html | 29 +++-- public/favicon.png | Bin 0 -> 73256 bytes src/components/MailingListDialog.jsx | 185 ++++++++++++++------------- 4 files changed, 123 insertions(+), 109 deletions(-) create mode 100644 public/favicon.png diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 58cb12c..0aaa14e 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -7,24 +7,26 @@ on: jobs: build: - runs-on: ubuntu-latest - + runs-on: ubuntu-docker steps: + - name: Checkout code uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Log in to Gitea Container Registry - run: echo "${{ secrets.GITEA_PASSWORD }}" | docker login ${{ secrets.GITEA_REGISTRY }} -u ${{ secrets.GITEA_USERNAME }} --password-stdin + uses: docker/login-action@v3 + with: + password: ${{ secrets.PASSWORD }} + username: ${{ secrets.USERNAME }} + registry: git.thecodedom.com - name: Build and push Docker image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: context: . push: true - tags: ${{ secrets.GITEA_REGISTRY }}/smig/dotechbro-website:latest + tags: git.thecodedom.com/dotechbro/dotechbro-website:latest - - name: Log out from Gitea Container Registry - run: docker logout ${{ secrets.GITEA_REGISTRY }} diff --git a/index.html b/index.html index fc21b25..9e81bd6 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,18 @@ +
+ + + + +