chore: set OBOT_THREAD_ENVS properly and delete creds on thread on delete #847
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Docker Image | |
on: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- docs/** | |
jobs: | |
build: | |
runs-on: depot-ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Setup Depot | |
uses: depot/setup-action@v1 | |
- name: Build Docker Image | |
uses: depot/build-push-action@v1 | |
with: | |
project: bbqjs4tj1g | |
context: . | |
platforms: linux/amd64,linux/arm64 |