🌱(deps): Bump alpine from 3.23.3 to 3.23.4 in /deploy/github/log/leaf_validator in the all-docker-deps group across 1 directory #1337
Workflow file for this run
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" |