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