diff --git a/.github/workflows/publish-latest-dashboard-and-server-docker.yml b/.github/workflows/publish-latest-dashboard-and-server-docker.yml index 94321c323..747a76748 100644 --- a/.github/workflows/publish-latest-dashboard-and-server-docker.yml +++ b/.github/workflows/publish-latest-dashboard-and-server-docker.yml @@ -48,9 +48,7 @@ jobs: file: ./docker/Dockerfile-elsa-dashboard-and-server platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true - tags: | - elsa-dashboard-and-server:latest - elsaworkflows/elsa-dashboard-and-server:latest + tags: elsaworkflows/elsa-dashboard-and-server:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache diff --git a/.github/workflows/publish-latest-dashboard-docker.yml b/.github/workflows/publish-latest-dashboard-docker.yml index 469fd6b57..37b32deac 100644 --- a/.github/workflows/publish-latest-dashboard-docker.yml +++ b/.github/workflows/publish-latest-dashboard-docker.yml @@ -48,7 +48,7 @@ jobs: file: ./docker/Dockerfile-elsa-dashboard platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true - tags: elsa-dashboard:latest,elsaworkflows/elsa-dashboard:latest + tags: elsaworkflows/elsa-dashboard:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache