Skip to content

Commit

Permalink
Merge pull request #14 from mhitza/re-enable-review-container-publish…
Browse files Browse the repository at this point in the history
…ing-9236

fix: re-enable review container publishing #9236
  • Loading branch information
joostfaassen authored Dec 12, 2024
2 parents c80fc6b + c90fa49 commit ad88d03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
- name: Push with commit ${{ matrix.php }} tag
run: docker push ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}

#review containers
- name: Build the review container image
run: docker build . --tag ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review --file Dockerfile.${{ matrix.php }}-review
- name: Push with commit *-review tag
run: docker push ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review


cleanup:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad88d03

Please sign in to comment.