From aeca12e3d83a72786886c774e8bda0732a8137e2 Mon Sep 17 00:00:00 2001 From: Ivaylo Badinov <632282+venimus@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:49:41 +0200 Subject: [PATCH] Update dockerhub.yaml --- .github/workflows/dockerhub.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerhub.yaml b/.github/workflows/dockerhub.yaml index 526db776d0..b0b7193a47 100644 --- a/.github/workflows/dockerhub.yaml +++ b/.github/workflows/dockerhub.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch: {} push: tags: [v*] - schedule: + # schedule: # This job can take a while, and we have usage limits, so just publish develop only twice a day - - cron: "0 7/12 * * *" + # - cron: "0 7/12 * * *" concurrency: ${{ github.workflow }}-${{ github.ref_name }} jobs: buildx: @@ -49,7 +49,7 @@ jobs: uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5 with: images: | - vectorim/element-web + superherodotcom/element-web tags: | type=ref,event=branch type=ref,event=tag @@ -73,4 +73,4 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: vectorim/element-web + repository: superherodotcom/element-web