enable pushing of built Docker images in GitHub Actions workflow
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 16m23s
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 16m23s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user