diff --git a/.controlplane/Dockerfile b/.controlplane/Dockerfile index 8a809700f..8462f8e65 100644 --- a/.controlplane/Dockerfile +++ b/.controlplane/Dockerfile @@ -46,6 +46,11 @@ RUN yarn install --frozen-lockfile # Copy application code COPY . . +RUN echo "ZYXYZYXYZ" + +RUN ls -l +RUN ls -l app + # Final stage for app image FROM base @@ -58,6 +63,10 @@ RUN apt-get update -qq && \ COPY --from=build /usr/local/bundle /usr/local/bundle COPY --from=build /app /app +RUN ls -l app + +RUN cat /app/client/app/bundles/comments/components/Footer/Footer.jsx + RUN chmod +x /app/.controlplane/*.sh ENV RAILS_ENV=production \ diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index 45a12434c..04b4e446d 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -28,6 +28,8 @@ runs: fi echo "🏗️ Building Docker image${PR_INFO} (commit ${{ inputs.commit }})..." + + /usr/bin/git log -1 --format=%H if cpflow build-image -a "${{ inputs.app_name }}" --commit="${{ inputs.commit }}" --org="${{ inputs.org }}"; then image_tag="${{ inputs.org }}/${{ inputs.app_name }}:${{ inputs.commit }}" diff --git a/client/app/bundles/comments/components/Footer/Footer.jsx b/client/app/bundles/comments/components/Footer/Footer.jsx index 4f18d074c..94e981627 100644 --- a/client/app/bundles/comments/components/Footer/Footer.jsx +++ b/client/app/bundles/comments/components/Footer/Footer.jsx @@ -14,7 +14,7 @@ export default class Footer extends BaseComponent {
- Rails On Maui on X/Twitter + Rails On Maui on Twitter