Skip to content

Commit

Permalink
update dockerstatic workflow (#3397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Feb 26, 2024
1 parent 285558d commit c57a1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_dockerstatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
max-parallel: 4
matrix:
include:
- os: ubuntu16.04
dockerfile: "Dockerfile.u1604"
- os: ubuntu18.04
dockerfile: "Dockerfile.u1804"
- os: ubuntu20.04
dockerfile: "Dockerfile.u2004"
- os: ubuntu22.04
dockerfile: "Dockerfile.u2204"
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Test Dockerfile on ${{ matrix.os }}
Expand Down

0 comments on commit c57a1a2

Please sign in to comment.