chore: use Dockerfile
All checks were successful
Sample Testing / my_job (push) Successful in 45s

This commit is contained in:
Marcel S. Henselin 2026-04-16 10:15:11 +02:00
parent 96fa11f4b9
commit 0b4fd7b258

View file

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