From 08a7a20f7c78b6ead526813957db2c2b226ef7e6 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Thu, 16 Oct 2025 09:08:42 -0300 Subject: [PATCH] feat: removendo input dockerfile --- .forgejo/actions/build-docker/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/actions/build-docker/action.yml b/.forgejo/actions/build-docker/action.yml index 1cdf138..84926b6 100644 --- a/.forgejo/actions/build-docker/action.yml +++ b/.forgejo/actions/build-docker/action.yml @@ -7,9 +7,6 @@ inputs: password: description: Registry Password required: true - dockerfile: - description: The Dockerfile to build - required: false context: description: Build context directory (absolute or relative to GITHUB_WORKSPACE) required: false @@ -28,5 +25,4 @@ runs: image: ${{ inputs.username }}/${{ env.IMAGE_NAME }}:${{ github.sha }},${{ inputs.username }}/${{ env.IMAGE_NAME }}:latest username: ${{ inputs.username }} password: ${{ inputs.password }} - dockerfile: ${{ inputs.dockerfile }} context: ${{ inputs.context }}