chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-06-12 13:30:21 +00:00
parent 37f8b54752
commit 0e0e8e9d18
14 changed files with 148 additions and 148 deletions

View File

@@ -30,8 +30,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: '${{ github.actor }}'
password: '${{ secrets.GITHUB_TOKEN }}'
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push mysql-ssh-login to GHCR
run: |
docker tag dbgate/mysql-ssh-login:latest ghcr.io/dbgate/mysql-ssh-login:latest