From 491bc9034a28cf2fe09f6337270af8d27a6716fa Mon Sep 17 00:00:00 2001 From: Colin Wilson Date: Tue, 26 Sep 2023 00:49:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20update=20image=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{latest.yaml => php82.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{latest.yaml => php82.yaml} (94%) diff --git a/.github/workflows/latest.yaml b/.github/workflows/php82.yaml similarity index 94% rename from .github/workflows/latest.yaml rename to .github/workflows/php82.yaml index cb59c47..2dfcd52 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/php82.yaml @@ -12,4 +12,4 @@ jobs: name: wyveo/nginx-php-fpm username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - tags: "latest" \ No newline at end of file + tags: "php82" \ No newline at end of file