From fbec15c1cbe8e22b8649b6001e96f7429c1e70af Mon Sep 17 00:00:00 2001 From: Elia Date: Thu, 15 Jun 2023 13:30:46 +0200 Subject: [PATCH] Update --- .gitea/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1e796c5..d505b46 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -25,12 +25,13 @@ jobs: - name: "Checkout" uses: https://github.com/actions/checkout@v3 - repository: https://github.com/mpolden/echoip + with: + repository: https://github.com/mpolden/echoip - name: Build and push uses: https://github.com/docker/build-push-action@v4 with: - context: . + context: /workspace/elia/buildechoip/ platforms: linux/amd64 push: true tags: |