🌱(deps): Bump the all-gha-deps group with 2 updates (#213) #708
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
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@v3 | |
- name: Build leaf_validator | |
uses: docker/build-push-action@v6 | |
with: | |
context: "{{defaultContext}}:deploy/github/log/leaf_validator" | |
- name: Build sequence_and_integrate | |
uses: docker/build-push-action@v6 | |
with: | |
context: "{{defaultContext}}:deploy/github/log/sequence_and_integrate" |