From 8bd23e2d330171c685c7b2ec34e4b0fe6408ab3a Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 22 Mar 2024 14:52:49 -0300 Subject: [PATCH] test1234 --- .forgejo/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index c5489cb..8e02e6b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -18,17 +18,17 @@ jobs: image: ["linux-clang-format", "linux-fresh", "linux-mingw"] steps: - - uses: actions/checkout@v2 - - uses: docker/setup-buildx-action@v1 + - uses: https://github.com/actions/checkout@v2 + - uses: https://github.com/docker/setup-buildx-action@v1 name: Setup Docker BuildX system - name: Login to the Suyu Package Registry - uses: docker/login-action@v1 + uses: https://github.com/docker/login-action@v1 if: (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') with: registry: git.suyu.dev username: ${{ secrets.FORGEJO_USERNAME }} password: ${{ secrets.FORGEJO_TOKEN }} - - uses: docker/build-push-action@v2 + - uses: https://github.com/docker/build-push-action@v2 name: Build image with: push: ${{ (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') }}