From 5d84fc27ac2ca42eae52f122719eaedc7f5e665b Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sat, 15 May 2021 20:55:13 +0200 Subject: [PATCH] Update docker files --- .../workflows/publish-latest-dashboard-and-server-docker.yml | 4 +--- .github/workflows/publish-latest-dashboard-docker.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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