chore: use Dockerfile
Some checks failed
Sample Testing / my_job (push) Failing after 1m54s

This commit is contained in:
Marcel S. Henselin 2026-04-16 10:21:35 +02:00
parent 75443b23a5
commit e6be735f1a

View file

@ -25,20 +25,20 @@ inputs:
required: true required: true
runs: runs:
# using: 'docker' using: 'docker'
using: 'composite' # using: 'composite'
steps: # steps:
- name: 'Run Google Chat Action' # - name: 'Run Google Chat Action'
shell: bash # shell: bash
run: | # run: |
docker run --rm -it $(docker build -q .) # docker run --rm -it $(docker build -q .)
#image: 'docker://dther/google-chat-action:v0.8' #image: 'docker://dther/google-chat-action:v0.8'
#image: 'Dockerfile' image: 'Dockerfile'
#args: args:
# - ${{ inputs.project }} - ${{ inputs.project }}
# - ${{ inputs.commit }} - ${{ inputs.commit }}
# - ${{ inputs.branch }} - ${{ inputs.branch }}
# - ${{ inputs.status }} - ${{ inputs.status }}
# - ${{ inputs.actionid }} - ${{ inputs.actionid }}
# - ${{ inputs.webhook }} - ${{ inputs.webhook }}