File tree 3 files changed +12
-1
lines changed
.github/actions/build-docker-image
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ RUN yarn install --frozen-lockfile
46
46
# Copy application code
47
47
COPY . .
48
48
49
+ RUN echo "ZYXYZYXYZ"
50
+
51
+ RUN ls -l
52
+ RUN ls -l app
53
+
49
54
# Final stage for app image
50
55
FROM base
51
56
@@ -58,6 +63,10 @@ RUN apt-get update -qq && \
58
63
COPY --from=build /usr/local/bundle /usr/local/bundle
59
64
COPY --from=build /app /app
60
65
66
+ RUN ls -l app
67
+
68
+ RUN cat /app/client/app/bundles/comments/components/Footer/Footer.jsx
69
+
61
70
RUN chmod +x /app/.controlplane/*.sh
62
71
63
72
ENV RAILS_ENV=production \
Original file line number Diff line number Diff line change 28
28
fi
29
29
30
30
echo "🏗️ Building Docker image${PR_INFO} (commit ${{ inputs.commit }})..."
31
+
32
+ /usr/bin/git log -1 --format=%H
31
33
32
34
if cpflow build-image -a "${{ inputs.app_name }}" --commit="${{ inputs.commit }}" --org="${{ inputs.org }}"; then
33
35
image_tag="${{ inputs.org }}/${{ inputs.app_name }}:${{ inputs.commit }}"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default class Footer extends BaseComponent {
14
14
</ a >
15
15
< a href = "https://x.com/railsonmaui" className = "flex gap-4 items-center" >
16
16
< div className = "w-16 h-16 bg-[url('../images/twitter_64.png')]" />
17
- Rails On Maui on X/ Twitter
17
+ Rails On Maui on Twitter
18
18
</ a >
19
19
</ div >
20
20
</ footer >
You can’t perform that action at this time.
0 commit comments