diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8b114d8..a03839f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -57,7 +57,7 @@ jobs: run: echo "REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT id: extract_branch - name: Build and push Docker image - uses: https://github.com/docker/build-push-action@v5 + uses: https://github.com/docker/build-push-action@v6 with: context: . file: ./Dockerfile