浏览代码

Version bump GitHub workflows for PHP

Mark Shust 3 年之前
父节点
当前提交
da30994351
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      .github/workflows/build-php-7.3.yml
  2. 1 1
      .github/workflows/build-php-7.4.yml
  3. 2 2
      .github/workflows/build-php.yml

+ 1 - 1
.github/workflows/build-php-7.3.yml

@@ -31,4 +31,4 @@ jobs:
           push: true
           push: true
           tags: |
           tags: |
             markoshust/magento-php:7.3-fpm
             markoshust/magento-php:7.3-fpm
-            markoshust/magento-php:7.3-fpm-18
+            markoshust/magento-php:7.3-fpm-19

+ 1 - 1
.github/workflows/build-php-7.4.yml

@@ -31,4 +31,4 @@ jobs:
           push: true
           push: true
           tags: |
           tags: |
             markoshust/magento-php:7.4-fpm
             markoshust/magento-php:7.4-fpm
-            markoshust/magento-php:7.4-fpm-11
+            markoshust/magento-php:7.4-fpm-12

+ 2 - 2
.github/workflows/build-php.yml

@@ -31,7 +31,7 @@ jobs:
           push: true
           push: true
           tags: |
           tags: |
             markoshust/magento-php:7.3-fpm
             markoshust/magento-php:7.3-fpm
-            markoshust/magento-php:7.3-fpm-18
+            markoshust/magento-php:7.3-fpm-19
   php-7-4:
   php-7-4:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
@@ -60,7 +60,7 @@ jobs:
           push: true
           push: true
           tags: |
           tags: |
             markoshust/magento-php:7.4-fpm
             markoshust/magento-php:7.4-fpm
-            markoshust/magento-php:7.4-fpm-11
+            markoshust/magento-php:7.4-fpm-12
   php-8-1:
   php-8-1:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps: