This commit is contained in:
Jason Stedwell
2026-06-29 21:56:12 -05:00
parent bc207c1cf7
commit 1757777a32
32 changed files with 1468 additions and 44 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Smoke — Docker Login
on:
workflow_dispatch:
jobs:
login:
runs-on: ubuntu-latest
steps:
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: registry.alwisp.com
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Confirm Docker login
run: docker info