Add new table names to the make_member cog #1147
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: Check Container Image Builds | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
check-container-image-builds: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- uses: docker/setup-buildx-action@v3 | |
- uses: docker/build-push-action@v6 | |
with: | |
push: false | |
cache-from: type=gha | |
cache-to: type=gha,mode=max |