Skip to content

Commit

Permalink
feat(ci): add stability tags to the Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
akiletour committed Oct 25, 2024
1 parent 1cfc592 commit ad05fbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:
with:
dir: images
script: ${{ matrix.script }}
stability-tags:
runs-on: ubuntu-latest
strategy:
matrix:
script: [docker-wordpress]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions
with:
dir: stability-tags
script: ${{ matrix.script }}

0 comments on commit ad05fbc

Please sign in to comment.