Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Build, Test and Push

on:
pull_request:
branches: [ main, master ]
branches: [ master ]
push:
branches: [ main, master ]
branches: [ master ]

env:
REGISTRY: docker.io
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
build-and-push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs: test
#needs: test
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h2>Learning Progress</h2>
<td>Working on Docker containers</td>
</tr>
<tr>
<td><a href="#emily">Emily Davis</a></td>
<td><a href="#emily">LionTech</a></td>
<td class="status-complete">Completed</td>
<td class="status-inprogress">In Progress</td>
<td class="status-notstarted">Not Started</td>
Expand Down Expand Up @@ -425,9 +425,9 @@ <h3>prof prince Brown</h3>
</div>
</div>
<div class="profile-card" id="emily">
<img src="/images/students/emily.jpg" alt="Emily Davis" class="profile-img">
<img src="/images/students/emily.jpg" alt="LionTech" class="profile-img">
<div class="profile-info">
<h3>Emily Davis</h3>
<h3>LionTech</h3>
<p><i class="fas fa-code"></i> Current: Networking</p>
<p><i class="fas fa-tasks"></i> 25% Complete</p>
<p><i class="fas fa-calendar-alt"></i> Joined: Jan 2025</p>
Expand Down