fix: dockerfile paths

This commit is contained in:
Rafael Taranto 2024-08-10 13:49:42 +01:00
parent 59f4eb2fe0
commit 13c1d71f39

View file

@ -40,6 +40,7 @@ jobs:
context: .
push: true
target: l-s
file: ./build/server.Dockerfile
tags: ${{ env.DOCKERHUB_SERVER_REPO }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
@ -50,6 +51,7 @@ jobs:
context: .
push: true
target: l-a-s
file: ./build/server.Dockerfile
tags: ${{ env.DOCKERHUB_ADMIN_REPO }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new