add GitHub Actions workflow for building and pushing Docker images

This commit is contained in:
2025-07-28 19:29:11 -04:00
parent fe8c090942
commit 72325591b7

View File

@@ -17,9 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📖 🔍 Checkout Repository Code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: 'true'
- name: 🔑 🔐 Login to Docker Hub
uses: docker/login-action@v3