更新 .gitea/workflows/debian.yaml
This commit is contained in:
@@ -7,18 +7,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://gitea.starryskymeow.cn/mirrors/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up buildx
|
|
||||||
uses: https://gitea.starryskymeow.cn/mirrors/docker-setup-buildx-action@v4
|
|
||||||
with:
|
|
||||||
driver: docker-container
|
|
||||||
driver-opts: |
|
|
||||||
env.HTTP_PROXY=socks5h://${{ secrets.PROXY }}
|
|
||||||
env.HTTPS_PROXY=socks5h://${{ secrets.PROXY }}
|
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: https://gitea.starryskymeow.cn/mirrors/docker-login-action@v4
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKER_USERNAME }}
|
username: ${{ vars.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user