chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-02-25 11:09:55 +00:00
parent 0a777dc909
commit 312c3b8295
13 changed files with 143 additions and 143 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