diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a5a2889..1707030 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,7 @@ jobs: with: github-server-url: 'https://git.secretmine.de/' - name: Login to Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: git.secretmine.de username: ${{ secrets.REGISTRY_USER }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0ecc48..da8ade7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Login to Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}