Update public.ecr.aws/lambda/python:3.14 Docker digest to caf9d11 #4
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
| name: Docker verify REFRESHED_AT Updated | |
| on: | |
| pull_request: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} | |
| cancel-in-progress: true | |
| permissions: {} | |
| jobs: | |
| verify-dockerfiles: | |
| name: Verify Dockerfiles REFRESHED_AT Updated | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| uses: senzing-factory/build-resources/.github/workflows/verify-dockerfile-refreshed-at-updated.yaml@v4 |