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