feat(container)!: Update image public.ecr.aws/docker/library/alpine to v20240807 #109
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
--- | ||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | ||
name: Validate pull request | ||
'on': pull_request | ||
jobs: | ||
lint: | ||
uses: deedee-ops/containers/.github/workflows/lint.yaml@master | ||
Check failure on line 8 in .github/workflows/on-pr.yaml GitHub Actions / .github/workflows/on-pr.yamlInvalid workflow file
|
||
secrets: inherit | ||
test: | ||
uses: deedee-ops/containers/.github/workflows/test.yaml@master | ||
secrets: inherit |