Skip to content

Commit

Permalink
Enforce lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 21, 2024
1 parent b7befa4 commit f7f0e62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
expected_csv: 'linux/amd64,linux/arm64'
with:
dockerfile: tests/Dockerfile*
- name: Enforce LowerCase
expected: '["linux/amd64","linux/arm64"]'
expected_csv: 'linux/amd64,linux/arm64'
with:
image: ghcr.io/WyriHaximusNet/php:8.3-zts-alpine-dev
steps:
- uses: actions/checkout@v4
- name: OCI Image Supported Platforms
Expand Down

0 comments on commit f7f0e62

Please sign in to comment.