enable pushing of built Docker images in GitHub Actions workflow
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 16m23s

This commit is contained in:
2025-07-29 10:50:23 -04:00
parent a01a16f1f1
commit f0f8a399d7

View File

@@ -25,6 +25,7 @@ jobs:
- name: 🔑 🔐 Login to Docker Hub
uses: docker/login-action@v3
with:
registry: scr.siteworxpro.com
username: ${{ secrets.SITEWORX_USERNAME }}
password: ${{ secrets.SITEWORX_PASSWORD }}