Skip to content

Commit df403c1

Browse files
committed
fix: re-enable review container publishing #9236
repo-ansible generated devcontainers use the *-review container images as their baseline.
1 parent c80fc6b commit df403c1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/production.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
- name: Push with commit ${{ matrix.php }} tag
5555
run: docker push ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}
5656

57+
#review containers
58+
- name: Build the review container image
59+
run: docker build . --tag ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review --file Dockerfile.${{ matrix.php }}-review
60+
- name: Push with commit *-review tag
61+
run: docker push ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review
62+
63+
5764
cleanup:
5865
needs: [build]
5966
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)