From 187d5f30714abe93867240d72afa135ee7d093f3 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Mon, 16 Dec 2024 20:26:39 +0700 Subject: [PATCH] Fixed action workflows --- .gitea/workflows/php5.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/php5.yaml b/.gitea/workflows/php5.yaml index 156ad2c..907bdf7 100644 --- a/.gitea/workflows/php5.yaml +++ b/.gitea/workflows/php5.yaml @@ -123,7 +123,6 @@ jobs: PHP_VER_SHORT=${{ matrix.flavors.php_ver_short }} tags: | quay.io/sindigilive/php:${{ matrix.flavors.php_version }}-${{ matrix.flavors.mode }}-${{ matrix.flavors.os }} - ${{ matrix.flavors.additional_tags }} - if: ${{ matrix.flavors.with_server != 'false' && matrix.flavors.with_database == 'false' }} name: Build and push php5 with webserver uses: docker/build-push-action@v5 @@ -139,7 +138,6 @@ jobs: WITH_APACHE=true tags: | quay.io/sindigilive/php:${{ matrix.flavors.php_version }}-${{ matrix.flavors.mode }}-${{ matrix.flavors.with_server }}-${{ matrix.flavors.os }} - ${{ matrix.flavors.additional_tags }} - if: ${{ matrix.flavors.with_server != 'false' && matrix.flavors.with_database != 'false' }} name: Build and push php5 with apache2 and database connector library uses: docker/build-push-action@v5 @@ -156,7 +154,6 @@ jobs: WITH_DATABASE=${{ matrix.flavors.with_database }} tags: | quay.io/sindigilive/php:${{ matrix.flavors.php_version }}-${{ matrix.flavors.mode }}-${{ matrix.flavors.with_server }}-${{ matrix.flavors.with_database }}-${{ matrix.flavors.os }} - ${{ matrix.flavors.additional_tags }} # build-latest: # name: Build latest nginx alpine based container images # runs-on: ubuntu-latest