🐳 trying depot build #2
Workflow file for this run
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: Publish Checker | |
on: | |
push: | |
paths: | |
- "apps/checker/**" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
# Permissions to use OIDC token authentication | |
permissions: | |
contents: read | |
id-token: write | |
# Allows pushing to the GitHub Container Registry | |
packages: write | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: depot/setup-action@v1 | |
- name: Build and push | |
uses: depot/build-push-action@v1 | |
with: | |
project: 9cknw183m8 | |
context: apps/checker |