🌱(deps): Bump github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10 in the all-go-deps group #1363
This file contains hidden or 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
| on: [push, pull_request] | |
| name: Test Dockerfiles | |
| permissions: | |
| contents: read | |
| jobs: | |
| docker_build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Set up Docker Buildx | |
| uses: docker/setup-buildx-action@v4 | |
| - name: Build leaf_validator | |
| uses: docker/build-push-action@v7 | |
| with: | |
| context: "{{defaultContext}}:deploy/github/log/leaf_validator" | |
| - name: Build sequence_and_integrate | |
| uses: docker/build-push-action@v7 | |
| with: | |
| context: "{{defaultContext}}:deploy/github/log/sequence_and_integrate" |