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