diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0eff6d4..9995cfa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,13 +69,13 @@ jobs: needs: [check] steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to the forge container registry - uses: docker/login-action@v3 + uses: https://github.com/docker/login-action@v3 with: # Forgejo auto-provides GITHUB_TOKEN to the job; it can push packages # for this repo's owner (uberbau). No external registry / PAT needed. @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push container - uses: docker/build-push-action@v6 + uses: https://github.com/docker/build-push-action@v6 with: context: . push: true