Skip to content

Commit

Permalink
Merge pull request #27 from NHSLeadership/sep24-updates
Browse files Browse the repository at this point in the history
workflow pls work?
  • Loading branch information
Tawmu authored Sep 3, 2024
2 parents 7c55333 + 23b63a7 commit 0e02ece
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
steps:
- name: create cache to store artifact
uses: actions/cache@v4
with:
path: artifacts
key: exporter-key
with:
path: artifacts
key: exporter-key

- name: checkout php-fpm_exporter repo
uses: actions/checkout@v3
Expand All @@ -43,6 +43,7 @@ jobs:
build-php72-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:

build-php73-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -174,6 +176,7 @@ jobs:

build-php74-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -240,6 +243,7 @@ jobs:

build-php80-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -306,6 +310,7 @@ jobs:

build-php81-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -371,6 +376,7 @@ jobs:

build-php82-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -436,6 +442,7 @@ jobs:

build-php83-image:
runs-on: ubuntu-latest
needs: build-php-fpm-exporter
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 0e02ece

Please sign in to comment.