diff --git a/.github/workflows/publish-latest-server-docker.yml b/.github/workflows/publish-latest-server-docker.yml index 92282a2cc..c90c27552 100644 --- a/.github/workflows/publish-latest-server-docker.yml +++ b/.github/workflows/publish-latest-server-docker.yml @@ -48,9 +48,7 @@ jobs: file: ./docker/Dockerfile-elsa-server platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true - tags: | - elsa-server:latest - elsaworkflows/elsa-server:latest + tags: elsaworkflows/elsa-server:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache