Update docker files

This commit is contained in:
Sipke Schoorstra 2021-05-15 20:55:13 +02:00
parent b4aa9783eb
commit 5d84fc27ac
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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