From 9409f5d1f5ea0ade1068a72473fbf5fa6d0c9cad Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 25 Jun 2023 15:58:01 +0200 Subject: [PATCH] add context --- .gitea/workflows/dl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index 6fc7d5e..8b6922c 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -30,6 +30,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - uses: https://github.com/docker/build-push-action@v4 with: + context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}